v2

latestOpenAPI 3.1.0Proprietary2026-08-01122398.8 KB
Currencies

Exchange-rate table for a base currency (path slug)

Returns the full exchange-rate table for a base currency: every supported currency expressed as units per one unit of the base. Supply the base as the path slug. Every key in the returned rates map is itself a queryable base. Both fiat and crypto codes are accepted.

get/currencies/v1/rates/{base}

Path parameters

basestring required

Base currency code the rate table is expressed against (e.g. USD). Case-insensitive.

Query parameters

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.