Chains
Get chain information
Gets chain information for the EVM-compatible chain if supported by the api.
GET
/
v1
/
chains
/
{chainId}
Authorizations
x-glacier-api-key
string
headerrequiredApi 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
requiredA 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
requiredstatus
enum<string>
requiredStatus 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
requireddescription
string
requiredvmName
enum<string>
requiredAvailable options:
EVM
, BITCOIN
, ETHEREUM
rpcUrl
string
requiredisTestnet
boolean
requirednetworkToken
object
requiredplatformChainId
string
subnetId
string
vmId
string
explorerUrl
string
wsUrl
string
utilityAddresses
object
chainLogoUri
string
private
boolean
enabledFeatures
enum<string>[]
Available options:
nftIndexing
, webhooks
, teleporter
Was this page helpful?