Skip to content

List supported currencies

GET
/api/i18n/currencies

Return all currencies the platform supports for billing and display.

Authorizations

Responses

200

Successful Response

Response shape for GET /api/i18n/currencies.

object
currencies
required
Array<object>

Single supported currency entry.

object
code
required

ISO 4217 currency code

string
decimals
required

Decimal precision

integer
name
required

Display name (English)

string
symbol
required

Currency symbol

string