v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBAccount 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.