Get Spot balance from API

I’ve been searching the hole morning an endpoint to get the current spot balance like in Binance platform.


Does something like that exists? Or do I have to calculate it through all available balance from each coin. in api/v3/account.

Thank you in advice for your help.

That balance is not available via the API.

The api/v3/account only returns the balance of your spot account. You may also try /sapi/v1/accountSnapshot to get the balance of SPOT/MARGIN/FUTURES accounts, however it will still not match the balance mentioned above as you will be missing other accounts such as Vanilla Options account.

2 Likes

Thank you for your explanation :smile: !