v2
latestOpenAPI 3.1.0Proprietary2026-08-01122398.8 KBConvert an amount between currencies
Converts amount from one currency into one or more targets. from and to are required; amount is optional and defaults to 1, so omitting it returns the unit rate as result. to accepts a comma-separated list of up to 5 currencies, and the response carries one object per target, in the order requested. The call is all-or-nothing: an unknown from, any unknown to, or more than 5 targets fails the whole request with 400. Both fiat and crypto codes are accepted.
Query parameters
Source currency code to convert from (e.g. USD). Case-insensitive. Also accepted under the alias base.
Target currency code, or a comma-separated list of up to 5 (e.g. EUR or EUR,CAD). Returns one object per target. More than 5 targets returns HTTP 400.
Amount in the source currency to convert. Must be a number; defaults to 1 when omitted.
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
Conversion result, one object per requested target currency.