{ "opencollection": "1.0.0", "info": { "name": "CryptoNews Account Trending API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Trending", "type": "folder" }, "items": [ { "info": { "name": "Get Trending Headlines", "type": "http" }, "http": { "method": "GET", "url": "https://cryptonews-api.com/api/v1/trending-headlines", "params": [ { "name": "ticker", "value": "", "type": "query", "description": "Cryptocurrency ticker symbol to filter trending headlines by." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "token", "value": "", "type": "query", "description": "API authentication token." } ] }, "docs": "Retrieve trending cryptocurrency news headlines. Optionally filter by specific ticker symbol." }, { "info": { "name": "Get Top Mentioned Tickers", "type": "http" }, "http": { "method": "GET", "url": "https://cryptonews-api.com/api/v1/top-mention", "params": [ { "name": "date", "value": "", "type": "query", "description": "Date range for top mention data." }, { "name": "token", "value": "", "type": "query", "description": "API authentication token." } ] }, "docs": "Retrieve the most frequently mentioned cryptocurrency tickers over a specified date range." } ] } ], "bundled": true }