v1

latestOpenAPI 3.1.02026-07-12185391.3 KB
EVM Chains

Get chain information for supported blockchain

Get chain information for Metrics API supported blockchain.

get/v2/chains/{chainId}

Path parameters

chainIdstring required

A supported evm chain id. Use the /chains endpoint to get a list of supported chain ids.

Response

Successful response

evmChainIdnumber required

EVM ChainID for the blockchain.

chainNamestring required

Blockchain alias for easy identification of blockchains.

blockchainIdstring required

Unique blockchain ID for this blockchain.

subnetIdstring required

Subnet ID this blockchain belongs to.

network'mainnet' | 'testnet' required

Network on which this blockchain or subnet is created on.

Example response

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