v1
latestOpenAPI 3.1.02026-07-12185391.3 KBEVM Chains
Get a list of supported blockchains
Get a list of Metrics API supported blockchains. This endpoint is paginated and supports a maximum page size of 10000.
get/v2/chains
Query parameters
pageTokenstring
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
network'mainnet' | 'fuji' | 'testnet'
Either mainnet or testnet/fuji.
Response
Successful response
Example response
{
"chains": [
{
"evmChainId": 43114,
"chainName": "c_chain",
"blockchainId": "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
"subnetId": "11111111111111111111111111111111LpoYY"
}
]
}