Network, Chains & subnet
Get chain interactions for addresses
Returns Primary Network chains that each address has touched in the form of an address mapped array. If an address has had any on-chain interaction for a chain, that chain’s chain id will be returned.
GET
/
v1
/
networks
/
{network}
/
addresses:listChainIds
Authorizations
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
network
enum<string>
requiredEither mainnet or testnet/fuji.
Available options:
mainnet
, fuji
, testnet
Query Parameters
addresses
string
requiredA comma separated list of X-Chain or P-Chain wallet addresses, starting with "avax"/"fuji", "P-avax"/"P-fuji" or "X-avax"/"X-fuji".
Response
200 - application/json
addresses
object[]
requiredWas this page helpful?