{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Get Floor Price API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get Floor Price", "type": "folder" }, "items": [ { "info": { "name": "Get NFT floor price by contract", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The address of the NFT contract" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get floor price for a given collection. Refreshes every 30 minutes." }, { "info": { "name": "Get NFT floor price by token", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/floor-price", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The address of the NFT contract" }, { "name": "token_id", "value": "", "type": "path", "description": "The token ID of the NFT" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get the floor price for a specific NFT, defined by its contract and token ID. Refreshes every 30 minutes." }, { "info": { "name": "Get historical NFT floor price by contract", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/nft/:address/floor-price/historical", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "interval", "value": "", "type": "query", "description": "The duration to query" }, { "name": "address", "value": "", "type": "path", "description": "The address of the NFT contract" }, { "name": "cursor", "value": "", "type": "query", "description": "The cursor returned in the previous response (used for getting the next page)." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get timeseries historical floor prices for a given NFT collection. Refreshes every 30 minutes." } ] } ], "bundled": true }