API Reference
Get chain information for supported blockchain
Get chain information for Metrics API supported blockchain.
GET
/
v2
/
chains
/
{chainId}
Path Parameters
chainId
string
requiredA supported evm chain id. Use the /chains
endpoint to get a list of supported chain ids.
Response
200 - application/json
evmChainId
number
requiredEVM ChainID for the blockchain.
chainName
string
requiredBlockchain alias for easy identification of blockchains.
blockchainId
string
requiredUnique blockchain ID for this blockchain.
subnetId
string
requiredSubnet ID this blockchain belongs to.
network
enum<string>
requiredNetwork on which this blockchain or subnet is created on.
Available options:
mainnet
, testnet
Was this page helpful?