{ "opencollection": "1.0.0", "info": { "name": "Finnhub Company News Crypto API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Crypto", "type": "folder" }, "items": [ { "info": { "name": "Supported crypto exchanges", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/crypto/exchange" }, "docs": "Supported crypto exchanges" }, { "info": { "name": "Crypto symbols for an exchange", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/crypto/symbol", "params": [ { "name": "exchange", "value": "", "type": "query" } ] }, "docs": "Crypto symbols for an exchange" }, { "info": { "name": "Crypto candles", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/crypto/candle", "params": [ { "name": "symbol", "value": "", "type": "query" }, { "name": "resolution", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Crypto candles" } ] } ], "bundled": true }