v51

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-08-011534301009.2 KB
Lookup Information

List supported currencies

List all supported currencies.

get/api/v1/info/currencies

Response

The request has succeeded.

codestring required

Three-letter ISO4217 currency code. Custom three-letter currency codes are also supported for convenience.

namestring required

The currency name.

symbolstring required

The currency symbol.

subunitsinteger required

Subunit of the currency.

Example response

[
  {
    "code": "USD"
  }
]