v2

latestOpenAPI 3.1.0Proprietary2026-08-01122398.8 KB
Currencies

List supported currencies

Returns the supported-currency catalog: one object per currency (code, name, symbol), sorted by code. symbol is null where the currency has no conventional sign (e.g. XAU, gold). Takes no parameters beyond the key. Every code listed here is usable as a from, to, or base elsewhere in the API.

get/currencies/v1/symbols

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

Supported-currency catalog, one object per currency, sorted by code.