{ "opencollection": "1.0.0", "info": { "name": "CryptoNews Account API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get Supported Tickers Database", "type": "http" }, "http": { "method": "GET", "url": "https://cryptonews-api.com/api/v1/account/tickersdbv2", "params": [ { "name": "token", "value": "", "type": "query", "description": "API authentication token." } ] }, "docs": "Retrieve the full database of supported cryptocurrency tickers available in the API." } ] } ], "bundled": true }