Retrieve token and NFT balances for a wallet. Pagination is manual - the API returns up to 100 tokens per request.
Results are sorted by USD value in descending order. Tokens with pricing data appear first, followed by tokens without prices.
Pagination: Use the page parameter to fetch additional pages. The response includes pagination.hasMore
to indicate if more results are available. Each request makes a single API call and costs 100 credits.
API key passed as query parameter
Solana wallet address (base58 encoded)
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)