Current Token Balances by Owner
Current
Current Token Balances by Owner
Get current real-time SPL token balances for a wallet owner from Solana RPC
GET
Current Token Balances by Owner
This endpoint returns live data from the Solana blockchain. For historical balances, use the standard historical endpoint.
Authorizations
API key for authentication
Path Parameters
The Solana wallet owner address (base58 encoded, 32-44 characters)
Example:
"4G1mhdPXaUUf2yvCHnZSejDCpPxS7ymPzjYHNfzJqdE9"
Query Parameters
Number of results to skip for pagination (0-indexed)
Required range:
x >= 0Number of results per page (minimum: 1, maximum: 1000)
Required range:
1 <= x <= 1000