binance-exchange/binance-java-api

Locked Staking amount not returned

stylepatrick opened this issue · 3 comments

Hello,

if i use the account.getBalances() methode it doesnt show me the locked amount.
For the locked attribute it returns 0.0 even if i have locked stacking amounts.

Account account = client.getAccount(); System.out.println(account.getBalances());

Does anyone else have the same issue?

Hello,

if i use the account.getBalances() methode it doesnt show me the locked amount.
For the locked attribute it returns 0.0 even if i have locked stacking amounts.

Account account = client.getAccount(); System.out.println(account.getBalances());

Does anyone else have the same issue?

I think binance understands "locked" as amount in limit orders and not in staking. Probably the amount locked in staking also does not appear in spot wallet, i cannot tell because i do not stake.

Thanks for the answer.

Would make sense but there must be an Endpoint to call the locked stacking amount too.

Found this article:

https://dev.binance.vision/t/earn-locked-staking/1453

Doesnt look like that Binance API supports the locked staking and no plans to implement at the moment.