v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
EVM Chains

Get chain information

Gets chain information for the EVM-compatible chain if supported by AvaCloud.

get/v1/chains/{chainId}

Path parameters

chainIdstring required

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

Response

Successful response

chainIdstring required
status'OK' | 'UNAVAILABLE' required

Status of chain nodes. Chain nodes can become temporarily UNAVAILABLE for several reasons, such as validator stake falling below threshold. If chain nodes are UNAVAILABLE, requests that rely on data from the chain nodes may return 503 errors.

chainNamestring required
descriptionstring required
platformChainIdstring
subnetIdstring
vmIdstring
vmName'EVM' | 'BITCOIN' | 'ETHEREUM' required
explorerUrlstring
rpcUrlstring required
wsUrlstring
isTestnetboolean required
chainLogoUristring
privateboolean
enabledFeaturesstring[]

Example response

{
  "networkToken": {
    "name": "Wrapped AVAX",
    "symbol": "WAVAX",
    "decimals": 18,
    "logoUri": "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg"
  }
}