JavaScript
Network, Chains & subnet
Get blockchain details by ID
Get details of the blockchain registered on the network.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.avacloud.io/llms.txt
Use this file to discover all available pages before exploring further.
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
The blockchain ID of the blockchain to retrieve.
Either mainnet or testnet/fuji.
Available options:
mainnet, fuji, testnet Response
Successful response
EVM Chain ID for the EVM-based chains. This field is extracted from genesis data, and may be present for non-EVM chains as well.
Example:
43114
The genesis data of the blockchain.
Example:
"{\"chainId\": 43114}"