Use this file to discover all available pages before exploring further.
Returns a single user’s spot account state - token-by-token balances and the total USD value.User-keyed. Cached and kept fresh by a per-user WebSocket subscription, so updates are sub-second after any user event.
All numeric balance fields (total, hold, entryNtl) are returned as decimal strings, preserving upstream precision. Do not parse them as floats - keep them as strings or use a fixed-precision decimal type.
Optional. Present only when at least one token has a non-zero margin-deduction-aware balance. Each tuple is [tokenId, availableAmountString] where tokenId references balances[].token. Wallets without this field can ignore it; absence is normal for empty or inactive wallets.