Get Wallet Balances
Retrieve token balances and SOL holdings for a Solana wallet address.
Each request costs 100 credits.Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Authorizations
API key passed as query parameter
Path Parameters
Solana wallet address (base58 encoded)
^[1-9A-HJ-NP-Za-km-z]{32,44}$Query Parameters
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)
Response
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)