v1
latestOpenAPI 3.1.02026-07-1288262495.0 KBEVM Chains
List all chains associated with a given address
Lists the chains where the specified address has participated in transactions or ERC token transfers, either as a sender or receiver. The data is refreshed every 15 minutes.
get/v1/address/{address}/chains
Path parameters
addressstring required
A wallet address.
Response
Successful response
Example response
{
"indexedChains": [
{
"networkToken": {
"name": "Wrapped AVAX",
"symbol": "WAVAX",
"decimals": 18,
"logoUri": "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg"
}
}
]
}