API | Account Balances

I’m using the Binance API and currently calling the /api/v3/account endpoint to retrieve my token balances. However, I’ve noticed that some tokens (e.g., those in locked staking) don’t appear in the response or don’t show the full balance, including the earn quantity.

How can I retrieve the full token balance across all sources (including locked staking, earn, savings, etc.) using the Binance API?
Is there another endpoint or combination of endpoints I should be using?

Best regards.

Hi @Joao_Deus, /api/v3/account endpoints returns only your SPOT wallet balances. If you need to get balances for any other product you need to use the product specific endpoints, i.e for staking you can use the simple-earn endpoints, for futures the equivalent [future endpoints](Change Log | Binance Open Platform etc).