List wallet token balances
Returns multichain token balances for the supplied on-chain wallet address. Results are cached briefly per address.
Authorizations
Cognito JWT token for regular user authentication
Query Parameters
On-chain wallet address to fetch balances for. EVM, Solana, and Sui address formats are supported.
1"0x1234567890abcdef1234567890abcdef12345678"
Response
Paginated list of token balances for the requested on-chain wallet address.
Paginated list of token balances for the requested on-chain wallet address.
Multichain token balances for the requested wallet address.
Whether more results are available beyond data. Always false for this resource — the full list is returned in a single response.
false
Opaque pagination cursor. Always null for this resource — the full list is returned in a single response.