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 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
vmName
enum<string>
required
Available options:
EVM,
BITCOIN,
ETHEREUM
rpcUrl
string
required
isTestnet
boolean
required
networkToken
object
required
platformChainId
string
subnetId
string
vmId
string
explorerUrl
string
wsUrl
string
utilityAddresses
object
chainLogoUri
string
private
boolean
enabledFeatures
enum<string>[]
Available options:
nftIndexing,
webhooks,
teleporter