List EVM token balances
Onchain Data
List EVM token balances
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:** This endpoint provides <1 second freshness from chain tip, <500ms response latency for wallets with reasonable token history, and 99.9% uptime for production use.
GET
List EVM token balances
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 0x-prefixed EVM address to get balances for. The address does not need to be checksummed.
Pattern:
^0x[0-9a-fA-F]{40}$The human-readable network name to get the balances for. The name of the supported EVM networks in human-readable format.
Available options:
base, base-sepolia, ethereum Example:
"base"
Query Parameters
The number of resources to return per page.
The token for the next page of resources, if any.