{ "opencollection": "1.0.0", "info": { "name": "Polygon Crypto REST Aggregates Conversion API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Conversion", "type": "folder" }, "items": [ { "info": { "name": "Convert From One Currency To Another", "type": "http" }, "http": { "method": "GET", "url": "https://api.polygon.io/v1/conversion/:from/:to", "params": [ { "name": "from", "value": "", "type": "path" }, { "name": "to", "value": "", "type": "path" }, { "name": "amount", "value": "", "type": "query" }, { "name": "precision", "value": "", "type": "query" } ] }, "docs": "Get currency conversion rate and converted amount." } ] } ], "bundled": true }