Lists the token balances of an EVM address on a given network. The balances include ERC-20 tokens and the native gas token (usually ETH). The response is paginated, and by default, returns 20 balances per page.
Note: Token balances are typically updated within 1 second from tip of chain. Initial indexing of newly created tokens may take slightly longer to appear in query results.
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.
The 0x-prefixed EVM address to get balances for. The address does not need to be checksummed.
The human-readable network name to get the balances for.
base
, base-sepolia
, ethereum
"base"
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.
Successfully listed token balances.
The response is of type object
.