v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Account Information
Public API

Get all currency types

Returns a JSON array of supported currency catalog entries. Each object includes id, code, name, symbol (display symbol), and symbolPosition—an integer discriminator: 0 = symbol before the amount (prefix) and 1 = after the amount (postfix), matching the values returned in the JSON body.

get/api/v1/meta/currency/types

Response

200 OK with a JSON array of currency objects, each with id, code, name, symbol, and symbolPosition.

idinteger

Internal currency id

codestring

ISO 4217-style currency code (e.g. USD, EUR)

namestring

Human-readable currency name (HTML entities decoded in the response)

symbolstring

Display symbol for the currency in UI

symbolPosition0 | 1

Placement of the symbol relative to the amount: 0 = prefix, 1 = postfix (this is a numeric code, not a string label).