{ "opencollection": "1.0.0", "info": { "name": "Footprint Analytics Data Chain NFT API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "NFT", "type": "folder" }, "items": [ { "info": { "name": "List NFT collections", "type": "http" }, "http": { "method": "GET", "url": "https://api.footprint.network/api/v1/nft/collections", "params": [ { "name": "chain", "value": "", "type": "query", "description": "Blockchain network to query" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "sort_by", "value": "", "type": "query", "description": "Field to sort results by" } ] }, "docs": "Returns a paginated list of NFT collections indexed by Footprint Analytics across supported blockchains. Includes metadata such as floor price, volume, and market cap.\n" }, { "info": { "name": "Get NFT collection details", "type": "http" }, "http": { "method": "GET", "url": "https://api.footprint.network/api/v1/nft/collections/:collection_address", "params": [ { "name": "collection_address", "value": "", "type": "path", "description": "Contract address of the NFT collection" }, { "name": "chain", "value": "", "type": "query", "description": "Blockchain network to query" } ] }, "docs": "Returns detailed metadata and market statistics for a specific NFT collection identified by its contract address and chain.\n" }, { "info": { "name": "Verify NFT holder eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.footprint.network/api/v1/wallet/:wallet_address/eligibility/nft", "params": [ { "name": "wallet_address", "value": "", "type": "path", "description": "Wallet address to check" }, { "name": "collection_address", "value": "", "type": "query", "description": "NFT collection contract address to check holding in" }, { "name": "chain", "value": "", "type": "query", "description": "Blockchain network to query" }, { "name": "min_count", "value": "", "type": "query", "description": "Minimum number of NFTs the wallet must hold" } ] }, "docs": "Checks whether a given wallet address currently holds tokens from a specific NFT collection. Used for verifying NFT-gated campaign or quest eligibility.\n" } ] } ], "bundled": true }