You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When assets are staked or in "Earn" state, or Binance Vault, the asset is returned in a list with "LD" prefixing the asset ticker. When getting the price of the asset, it does not pull the current total asset value.
I'm guessing it's because it's in another area of the API?
It would be great to be able to display these as well, along as spot, cross margin, etc.
Also on this topic, it would be great if there was a function to display total asset value in BTC.
Thanks for a great bit of code.
The text was updated successfully, but these errors were encountered:
It appears that "locked" actually refers to what is used for open orders rather than value locked in staking. In that case, "locked" value is correct. However, then there are no values reported for (locked) (DeFi) staking and dual investment, so once again, not possible to determine the true value of an account. Looks like Binance API does not support this yet: https://dev.binance.vision/t/earn-locked-staking/1453
When assets are staked or in "Earn" state, or Binance Vault, the asset is returned in a list with "LD" prefixing the asset ticker. When getting the price of the asset, it does not pull the current total asset value.
I'm guessing it's because it's in another area of the API?
It would be great to be able to display these as well, along as spot, cross margin, etc.
Also on this topic, it would be great if there was a function to display total asset value in BTC.
Thanks for a great bit of code.
The text was updated successfully, but these errors were encountered: