Hello guys, i have a problem with calculate withdrawAvailable balance. And i used websocket. But order_trade_update or account_update dont give me available balance.
Check the “B” field section from Websocket event type ACCOUNT_UPDATE
: https://binance-docs.github.io/apidocs/futures/en/#event-balance-and-position-update
You can also directly use REST API:
https://binance-docs.github.io/apidocs/futures/en/#account-information-v2-user_data
The withdraw balance is the balance available at Spot.
1 Like
“B” field giving total balance correct but available balance is false.
@qraxiss no need to open a new post, but since you’ve done it we can continue at stream: ACCOUNT_BALANCE_UPDATE not giving correct withdrawAvailable
Thank you! Thats works.