v2
latestOpenAPI 3.1.0Proprietary2026-08-01122398.8 KBCurrencies
Exchange-rate table for a base currency (query param)
Same as /currencies/v1/rates/{base}, but with the base supplied via the base query parameter (e.g. ?base=USD). When both the path slug and the query param are given, the path wins. A bare /rates with no base resolves to 400.
get/currencies/v1/rates
Query parameters
basestring
Base currency the rate table is expressed against (e.g. USD). Optional when supplied as the /rates/{base} path slug, which takes precedence when both are present. Also accepted under the alias from. A bare /rates with no base returns HTTP 400.
prettyboolean
Set to true (a bare ?pretty, 1, or true) to pretty-print the JSON response; 0 or false keep it minified. Default is minified.
Response
Full exchange-rate table for a base currency.