{ "opencollection": "1.0.0", "info": { "name": "Data AVAX Supply EVM Chains API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-glacier-api-key", "value": "{{x-glacier-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "EVM Chains", "type": "folder" }, "items": [ { "info": { "name": "List all chains associated with a given address", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/address/:address/chains", "params": [ { "name": "address", "value": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", "type": "path", "description": "A wallet address." } ] }, "docs": "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." }, { "info": { "name": "List chains", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/chains", "params": [ { "name": "network", "value": "mainnet", "type": "query", "description": "Either mainnet or testnet/fuji." }, { "name": "feature", "value": "nftIndexing", "type": "query", "description": "Filter by feature." } ] }, "docs": "Lists the AvaCloud supported EVM-compatible chains. Filterable by network." }, { "info": { "name": "Get chain information", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/chains/:chainId", "params": [ { "name": "chainId", "value": "43114", "type": "path", "description": "A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids." } ] }, "docs": "Gets chain information for the EVM-compatible chain if supported by AvaCloud." }, { "info": { "name": "getAddressChains", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/chains/address/:address", "params": [ { "name": "address", "value": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F", "type": "path", "description": "A wallet address." } ] }, "docs": "**[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.\n\n⚠️ **This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead** ." }, { "info": { "name": "listAllLatestTransactions", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/chains/allTransactions", "params": [ { "name": "pageToken", "value": "", "type": "query", "description": "A page token, received from a previous list call. Provide this to retrieve the subsequent page." }, { "name": "pageSize", "value": "10", "type": "query", "description": "The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100." }, { "name": "network", "value": "mainnet", "type": "query", "description": "Either mainnet or testnet/fuji." }, { "name": "status", "value": "", "type": "query", "description": "A status filter for listed transactions." } ] }, "docs": "**[Deprecated]** Lists the latest transactions for all supported EVM chains. Filterable by status.\n\n⚠️ **This operation will be removed in a future release. Please use /v1/transactions endpoint instead** ." }, { "info": { "name": "listAllLatestBlocks", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/chains/allBlocks", "params": [ { "name": "pageToken", "value": "", "type": "query", "description": "A page token, received from a previous list call. Provide this to retrieve the subsequent page." }, { "name": "pageSize", "value": "10", "type": "query", "description": "The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100." }, { "name": "network", "value": "mainnet", "type": "query", "description": "Either mainnet or testnet/fuji." } ] }, "docs": "**[Deprecated]** Lists the latest blocks for all supported EVM chains. Filterable by network.\n\n⚠️ **This operation will be removed in a future release. Please use /v1/blocks endpoint instead** ." } ] } ], "bundled": true }