{ "opencollection": "1.0.0", "info": { "name": "ExchangeRate Enriched Data API", "version": "6.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Enriched Data", "type": "folder" }, "items": [ { "info": { "name": "Get Enriched Pair Data", "type": "http" }, "http": { "method": "GET", "url": "https://v6.exchangerate-api.com/v6/:api_key/enriched/:base_code/:target_code", "params": [ { "name": "api_key", "value": "", "type": "path", "description": "Your ExchangeRate-API dashboard API key." }, { "name": "base_code", "value": "", "type": "path", "description": "ISO 4217 three-letter currency code for the base currency (e.g. USD)." }, { "name": "target_code", "value": "", "type": "path", "description": "ISO 4217 three-letter currency code for the target currency (e.g. EUR)." } ] }, "docs": "Returns the exchange rate between a base and target currency along with enriched target currency metadata (country locale, two-letter country code, currency name, display symbol, flag URL). Only available on Business and Volume plans." } ] } ], "bundled": true }