Returns exchange rates for the specified base currency against all other supported currencies. The response includes the date of the rates and a mapping of currency codes to their exchange rate values.
Parameters (1)
currencyCode(string, path, required)
The base currency code (lowercase, e.g., 'eur', 'usd', 'btc')
Constraints: {'pattern': '^[a-z0-9]+$'}
Examples (1)
Get exchange rates for a base currencyopenapi-spec