GET
/
v1
/
chains
/
{chainId}

Authorizations

x-glacier-api-key
string
headerrequired

Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.

Path Parameters

chainId
string
required

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

Response

200 - application/json
chainId
string
required
status
enum<string>
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.

Available options:
OK,
UNAVAILABLE
chainName
string
required
description
string
required
platformChainId
string
subnetId
string
vmId
string
vmName
enum<string>
required
Available options:
EVM,
BITCOIN,
ETHEREUM
explorerUrl
string
rpcUrl
string
required
wsUrl
string
isTestnet
boolean
required
utilityAddresses
object
networkToken
object
required
chainLogoUri
string
private
boolean
enabledFeatures
enum<string>[]
Available options:
nftIndexing,
webhooks,
teleporter