hi guys i search in websocket and in api , but i not finded a possibility for have my Estimated Balance
total , how is possible have ?? thanks
hi guys i search in websocket and in api , but i not finded a possibility for have my Estimated Balance
total , how is possible have ?? thanks
Depends which wallet you are referring to.
Spot
https://binance-docs.github.io/apidocs/spot/en/#account-information-user_data
USD-M Futures
https://binance-docs.github.io/apidocs/futures/en/#account-information-v2-user_data
COIN-M Futures
https://binance-docs.github.io/apidocs/delivery/en/#account-information-user_data
Once you get the Balance once, you can proceed to use the user data stream to stay up to date with the user’s balance without the need to constantly query the mentioned endpoints.
spot , wallet , thanks , but in account information userdata return , all crypto in wallet , i want only a total , and if possible , (if exist ) the stream of total
example : suppose you have 1 BTC in wallet , now the value is 43.000 $ but it fluctuate in the time period i want see this seconds to seconds , is possible with websocket or api ??
thanks
The API does not provide a total calculation of balance. This will need to be calculated manually by the client.