{ "opencollection": "1.0.0", "info": { "name": "Open Exchange Rates Convert Latest Rates API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "app_id", "value": "{{app_id}}", "placement": "query" } }, "items": [ { "info": { "name": "Latest Rates", "type": "folder" }, "items": [ { "info": { "name": "Get the latest exchange rates", "type": "http" }, "http": { "method": "GET", "url": "https://openexchangerates.org/api/latest.json", "params": [ { "name": "base", "value": "", "type": "query", "description": "Change the base currency to which all rates are relative, as a 3-letter currency code. Defaults to USD. Changing the base currency requires a paid plan." }, { "name": "symbols", "value": "", "type": "query", "description": "Limit results to specific currencies as a comma-separated list of 3-letter currency codes." }, { "name": "show_alternative", "value": "", "type": "query", "description": "Set to true to extend returned values with alternative, black market, and digital currency rates." }, { "name": "prettyprint", "value": "", "type": "query", "description": "Set to true for human-readable response formatting." } ] }, "docs": "Returns the latest exchange rates available from the Open Exchange Rates API, relative to the base currency (USD by default). Rates refresh hourly on the Free and Developer plans, every 30 minutes on Enterprise, and every 5 minutes on Unlimited." } ] } ], "bundled": true }