{ "info": { "_postman_id": "5d575cec-6db0-4c79-ae70-01ea500024ca", "name": "Open Exchange Rates Convert Currencies API", "description": "RESTful JSON API delivering live and historical foreign exchange rates for 200+ world and digital currencies. Supports latest rates, historical end-of-day rates, time-series queries, currency conversion, and OHLC data depending on subscription plan. Trusted by over 100,000 organizations globally since 2011, with historical coverage back to January 1, 1999.\n\n\nContact Support:\n Name: Open Exchange Rates Support\n Email: support@openexchangerates.org", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:25:25.000Z", "updatedAt": "2026-07-28T02:25:25.000Z", "lastUpdatedBy": "35240", "uid": "35240-5d575cec-6db0-4c79-ae70-01ea500024ca" }, "item": [ { "name": "currencies.json", "item": [ { "name": "Get available currencies", "id": "d875190d-c861-4469-9768-da7da8486d1d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/currencies.json?prettyprint=false&show_alternative=false&show_inactive=false", "host": [ "{{baseUrl}}" ], "path": [ "currencies.json" ], "query": [ { "description": "Set to true to enable human-readable (pretty-printed) JSON output for debugging. Defaults to false to minimize response size.\n", "key": "prettyprint", "value": "false" }, { "description": "Set to true to extend returned values with alternative, black market and digital currency rates. Defaults to false.\n", "key": "show_alternative", "value": "false" }, { "description": "Include historical/inactive currencies that are no longer updated (defaults to false)\n", "key": "show_inactive", "value": "false" } ] }, "description": "Returns a JSON object of all available currency symbols with their full names. Useful for populating dropdowns or validating currency codes. This endpoint does not require an app_id.\n" }, "response": [ { "id": "5af066cb-fd57-4a6f-a99f-45ce7c98cf3d", "name": "Successful response with available currencies", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/currencies.json?prettyprint=false&show_alternative=false&show_inactive=false&app_id=", "host": [ "{{baseUrl}}" ], "path": [ "currencies.json" ], "query": [ { "description": "Set to true to enable human-readable (pretty-printed) JSON output for debugging. Defaults to false to minimize response size.\n", "key": "prettyprint", "value": "false" }, { "description": "Set to true to extend returned values with alternative, black market and digital currency rates. Defaults to false.\n", "key": "show_alternative", "value": "false" }, { "description": "Include historical/inactive currencies that are no longer updated (defaults to false)\n", "key": "show_inactive", "value": "false" }, { "description": "Added as a part of security scheme: apikey", "key": "app_id", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"esse07_\": \"\",\n \"exercitation_1\": \"\"\n}", "createdAt": "2026-07-28T02:25:25.000Z", "updatedAt": "2026-07-28T02:25:25.000Z", "uid": "35240-5af066cb-fd57-4a6f-a99f-45ce7c98cf3d" } ], "createdAt": "2026-07-28T02:25:25.000Z", "updatedAt": "2026-07-28T02:25:25.000Z", "uid": "35240-d875190d-c861-4469-9768-da7da8486d1d" } ], "id": "cb701c0a-544d-4004-ba9f-fbde692fd85f", "createdAt": "2026-07-28T02:25:25.000Z", "updatedAt": "2026-07-28T02:25:25.000Z", "uid": "35240-cb701c0a-544d-4004-ba9f-fbde692fd85f" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "app_id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "query", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://openexchangerates.org/api" } ] }