Retrieve token balances and SOL holdings for a Solana wallet address.
API key passed as query parameter
Solana wallet address (base58 encoded)
^[1-9A-HJ-NP-Za-km-z]{32,44}$Page number for pagination (1-indexed)
x >= 1Maximum number of tokens per page
1 <= x <= 100Include tokens with zero balance
Include native SOL in results
Include NFTs in results (max 100, first page only)
Wallet balances retrieved successfully
Array of token balances for the current page, including native SOL. When showNative=true, SOL appears as the first element with mint address So11111111111111111111111111111111111111112. Other tokens are sorted by USD value (descending).
Total USD value of balances on this page (not total portfolio value)
217.98
Pagination metadata. Users must manually request additional pages using the page parameter.
Array of NFT holdings (only included if showNfts=true, max 100, first page only)