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.