{ "opencollection": "1.0.0", "info": { "name": "Polygon Crypto REST Aggregates Quotes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Get Last Quote For A Currency Pair", "type": "http" }, "http": { "method": "GET", "url": "https://api.polygon.io/v1/last_quote/currencies/:from/:to", "params": [ { "name": "from", "value": "", "type": "path" }, { "name": "to", "value": "", "type": "path" } ] }, "docs": "Get Last Quote For A Currency Pair" } ] } ], "bundled": true }