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.

subunitsinteger required

Subunit of the currency.

symbolstring required

The currency symbol.

Example response

[
  {
    "code": "USD"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.