Chains
Get chain information
Gets chain information for the EVM-compatible chain if supported by the api.
GET
/
v1
/
chains
/
{chainId}
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
A supported evm chain id or blockchain id. Use the /chains
endpoint to get a list of supported chain ids.
Response
200 - application/json
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
Available options:
EVM
, BITCOIN
, ETHEREUM
Available options:
nftIndexing
, webhooks
, teleporter
Was this page helpful?