Granite Upgrade Activates in12d:13h:17m:01s
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
x-glacier-api-key<token>

Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.

In: header

Path Parameters

addressstring

A wallet address.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://glacier-api.avax.network/v1/address/0x71C7656EC7ab88b098defB751B7401B5f6d8976F/chains"
{
  "indexedChains": [
    {
      "chainId": "string",
      "status": "OK",
      "chainName": "string",
      "description": "string",
      "platformChainId": "string",
      "subnetId": "string",
      "vmId": "string",
      "vmName": "EVM",
      "explorerUrl": "string",
      "rpcUrl": "string",
      "wsUrl": "string",
      "isTestnet": true,
      "utilityAddresses": {
        "multicall": "string"
      },
      "networkToken": {
        "name": "Wrapped AVAX",
        "symbol": "WAVAX",
        "decimals": 18,
        "logoUri": "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg",
        "description": "string"
      },
      "chainLogoUri": "string",
      "private": true,
      "enabledFeatures": [
        "nftIndexing"
      ]
    }
  ],
  "unindexedChains": [
    "string"
  ]
}
{
  "message": "string",
  "statusCode": 400,
  "error": "Bad Request"
}
{
  "message": "string",
  "statusCode": 401,
  "error": "Unauthorized"
}
{
  "message": "string",
  "statusCode": 403,
  "error": "Forbidden"
}
{
  "message": "string",
  "statusCode": 404,
  "error": "Not Found"
}
{
  "message": "string",
  "statusCode": 429,
  "error": "Too Many Requests"
}
{
  "message": "string",
  "statusCode": 500,
  "error": "Internal Server Error"
}
{
  "message": "string",
  "statusCode": 502,
  "error": "Bad Gateway"
}
{
  "message": "string",
  "statusCode": 503,
  "error": "Service Unavailable"
}

Is this guide helpful?