curl --request GET \
--url https://glacier-api.avax.network/v1/chains/address/{address} \
--header 'x-glacier-api-key: <api-key>'{
"indexedChains": [
{
"chainId": "<string>",
"chainName": "<string>",
"description": "<string>",
"rpcUrl": "<string>",
"isTestnet": true,
"networkToken": {
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"logoUri": "<string>",
"description": "<string>"
},
"platformChainId": "<string>",
"subnetId": "<string>",
"vmId": "<string>",
"explorerUrl": "<string>",
"wsUrl": "<string>",
"utilityAddresses": {
"multicall": "<string>"
},
"chainLogoUri": "<string>",
"private": true,
"enabledFeatures": []
}
],
"unindexedChains": [
"<string>"
]
}[Deprecated] Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
⚠️ This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead .
curl --request GET \
--url https://glacier-api.avax.network/v1/chains/address/{address} \
--header 'x-glacier-api-key: <api-key>'{
"indexedChains": [
{
"chainId": "<string>",
"chainName": "<string>",
"description": "<string>",
"rpcUrl": "<string>",
"isTestnet": true,
"networkToken": {
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"logoUri": "<string>",
"description": "<string>"
},
"platformChainId": "<string>",
"subnetId": "<string>",
"vmId": "<string>",
"explorerUrl": "<string>",
"wsUrl": "<string>",
"utilityAddresses": {
"multicall": "<string>"
},
"chainLogoUri": "<string>",
"private": true,
"enabledFeatures": []
}
],
"unindexedChains": [
"<string>"
]
}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.
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
A wallet address.
Was this page helpful?