v1
latestOpenAPI 3.1.02026-07-1288262495.0 KBEVM Chains
Get chain information
Gets chain information for the EVM-compatible chain if supported by AvaCloud.
get/v1/chains/{chainId}
Path parameters
chainIdstring required
A supported evm chain id or blockchain id. Use the /chains endpoint to get a list of supported chain ids.
Response
Successful response
Example response
{
"networkToken": {
"name": "Wrapped AVAX",
"symbol": "WAVAX",
"decimals": 18,
"logoUri": "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg"
}
}