EVM
Supported Chains (Token Balances)
The balances endpoint supports a wide range of chains, but not all chains are supported by all backends. This endpoint returns a list of chains that are supported by the balances endpoint.
GET
/
echo
/
v1
/
balances
/
evm
/
chains
The chains endpoint lists the supported EVM blockchains for the Token Balances endpoint.
Column Descriptions
Column | Description | Type |
---|---|---|
name | Canonical blockchain name | string |
id | Chainid of blockchain | integer |
supported_assets | The supported asset types | []string |
default | Whether the chain is in the list of default chains | bool |
Headers
X-Dune-Api-Key
string
requiredAPI key to access the service
Response
200 - application/json
chains
object[]
requiredWas this page helpful?