v1

latestOpenAPI 3.1.02026-07-12185391.3 KB
EVM 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

nextPageTokenstring

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

Example response

{
  "chains": [
    {
      "evmChainId": 43114,
      "chainName": "c_chain",
      "blockchainId": "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
      "subnetId": "11111111111111111111111111111111LpoYY"
    }
  ]
}