{ "opencollection": "1.0.0", "info": { "name": "CoinDesk Data API (CCData) Asset Futures API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Futures", "type": "folder" }, "items": [ { "info": { "name": "Get Futures Latest Tick", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.cryptocompare.com/futures/v1/latest/tick", "params": [ { "name": "market", "value": "", "type": "query", "description": "Spot or derivatives market (e.g. coinbase, kraken, binance, bitstamp, ccix)." }, { "name": "instruments", "value": "", "type": "query", "description": "Comma-separated instrument identifiers (e.g. BTC-USD,ETH-USD)." } ] }, "docs": "Returns the latest tick for futures instruments on a derivatives market." }, { "info": { "name": "Get Futures Historical Daily OHLCV", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.cryptocompare.com/futures/v1/historical/days", "params": [ { "name": "market", "value": "", "type": "query", "description": "Spot or derivatives market (e.g. coinbase, kraken, binance, bitstamp, ccix)." }, { "name": "instrument", "value": "", "type": "query", "description": "Single instrument identifier (e.g. BTC-USD)." }, { "name": "limit", "value": "", "type": "query", "description": "Number of data points to return." }, { "name": "to_ts", "value": "", "type": "query", "description": "Upper bound timestamp in seconds." } ] }, "docs": "Returns daily OHLCV for a futures instrument." } ] } ], "bundled": true }