List Solana token balances
Lists the token balances of a Solana address on a given network. The balances include SPL tokens and the native SOL token. The response is paginated, and by default, returns 20 balances per page.
Note: This endpoint is still under development and does not yet provide strong availability or freshness guarantees. Freshness and availability of new token balances will improve over the coming weeks.
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The base58 encoded Solana address to get balances for.
The human-readable network name to get the balances for.
solana
, solana-devnet
"solana"
Query Parameters
The number of balances to return per page.
The token for the next page of balances. Will be empty if there are no more balances to fetch.
Response
Successfully listed token balances.
The response is of type object
.