{ "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://glacier-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://glacier-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://glacier-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://glacier-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://glacier-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://glacier-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** ." }, { "info": { "name": "Get a list of supported blockchains", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v2/chains", "params": [ { "name": "pageToken", "value": "", "type": "query", "description": "A page token, received from a previous list call. Provide this to retrieve the subsequent page." }, { "name": "network", "value": "mainnet", "type": "query", "description": "Either mainnet or testnet/fuji." } ] }, "docs": "Get a list of Metrics API supported blockchains. This endpoint is paginated and supports a maximum page size of 10000." }, { "info": { "name": "Get chain information for supported blockchain", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v2/chains/:chainId", "params": [ { "name": "chainId", "value": "43114", "type": "path", "description": "A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids." } ] }, "docs": "Get chain information for Metrics API supported blockchain." }, { "info": { "name": "getMappings", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v1/mapping", "params": [ { "name": "from", "value": "1654819200", "type": "query", "description": "From date in UNIX Timestamp." }, { "name": "to", "value": "1655424000", "type": "query", "description": "To date in UNIX Timestamp." }, { "name": "startKey", "value": "", "type": "query", "description": "For paginated responses. Value will be provided in the [nextPageStartKey] field in the response if the query has more than one page." } ] }, "docs": "Get a list of Metrics API supported mappings." }, { "info": { "name": "getMappingsBySubnetId", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v1/mapping/:subnetID", "params": [ { "name": "subnetID", "value": "", "type": "path", "description": "alpha-numeric subnetID" }, { "name": "from", "value": "1654819200", "type": "query", "description": "From date in UNIX Timestamp." }, { "name": "to", "value": "1655424000", "type": "query", "description": "To date in UNIX Timestamp." }, { "name": "startKey", "value": "", "type": "query", "description": "For paginated responses. Value will be provided in the [nextPageStartKey] field in the response if the query has more than one page." } ] }, "docs": "Get a Metrics API supported mapping by subnet ID." }, { "info": { "name": "getChainInformationByNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v1/chains/network/:network", "params": [ { "name": "network", "value": "mainnet", "type": "path", "description": "Network type" }, { "name": "from", "value": "1654819200", "type": "query", "description": "From date in UNIX Timestamp." }, { "name": "to", "value": "1655424000", "type": "query", "description": "To date in UNIX Timestamp." }, { "name": "startKey", "value": "", "type": "query", "description": "For paginated responses. Value will be provided in the [nextPageStartKey] field in the response if the query has more than one page." } ] }, "docs": "Get chain information by network." }, { "info": { "name": "getChainInformationByNetworkAndSubnetId", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v1/chains/network/:network/subnetId/:subnetID", "params": [ { "name": "network", "value": "mainnet", "type": "path", "description": "Network type" }, { "name": "subnetID", "value": "", "type": "path", "description": "alpha-numeric subnetID" }, { "name": "from", "value": "1654819200", "type": "query", "description": "From date in UNIX Timestamp." }, { "name": "to", "value": "1655424000", "type": "query", "description": "To date in UNIX Timestamp." }, { "name": "startKey", "value": "", "type": "query", "description": "For paginated responses. Value will be provided in the [nextPageStartKey] field in the response if the query has more than one page." } ] }, "docs": "Get chain information by network and subnet ID." }, { "info": { "name": "getSubnetInformationByNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v1/subnets/network/:network", "params": [ { "name": "network", "value": "mainnet", "type": "path", "description": "Network type" }, { "name": "from", "value": "1654819200", "type": "query", "description": "From date in UNIX Timestamp." }, { "name": "to", "value": "1655424000", "type": "query", "description": "To date in UNIX Timestamp." }, { "name": "startKey", "value": "", "type": "query", "description": "For paginated responses. Value will be provided in the [nextPageStartKey] field in the response if the query has more than one page." } ] }, "docs": "Get subnet information by network." }, { "info": { "name": "getSubnetInformationByNetworkAndSubnetId", "type": "http" }, "http": { "method": "GET", "url": "https://glacier-api.avax.network/v1/subnets/network/:network/subnetId/:subnetID", "params": [ { "name": "network", "value": "mainnet", "type": "path", "description": "Network type" }, { "name": "subnetID", "value": "", "type": "path", "description": "alpha-numeric subnetID" }, { "name": "from", "value": "1654819200", "type": "query", "description": "From date in UNIX Timestamp." }, { "name": "to", "value": "1655424000", "type": "query", "description": "To date in UNIX Timestamp." }, { "name": "startKey", "value": "", "type": "query", "description": "For paginated responses. Value will be provided in the [nextPageStartKey] field in the response if the query has more than one page." } ] }, "docs": "Get subnet information by network and subnet ID." } ] } ], "bundled": true }