GET
/
v1
/
chains
/
{chainId}

Authorizations

x-glacier-api-key
string
header
required

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