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 is still under development and does not yet provide strong freshness guarantees. Specifically, balances of new tokens can, on occasion, take up to ~30 seconds to appear, while balances of tokens already belonging to an address will generally be close to chain tip. Freshness of new token balances will improve over the coming weeks.
Path Parameters
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
"base"
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
.