v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
currencies

Get all currencies allowed for transfers

Returns all currencies available for creating transfers. Currency names are returned in English by default — pass an Accept-Language header to receive localized names.

get/v1/currencies

Headers

Accept-Languagestring

Locale code for localizing currency names (e.g. de, fr, ja). Defaults to en (British English) if omitted or unsupported. See Language Support for the full list of supported languages.

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Response

List of currencies allowed for transfers.

codestring

Currency code (ISO 4217 Alphabetic Code).

symbolstring

The symbol of this currency.

namestring

Display name of this currency.

countryKeywordsstring[]

Keywords associated with this currency.

supportsDecimalsboolean

Whether this currency supports decimal values or not.