Currencies API
The Currencies API provides access to predefined currency master data with ISO 4217 codes, symbols, and decimal precision for use in UI dropdowns and currency selection.Base Path
List Currencies
Retrieve a list of available currencies for UI dropdowns.GET /api/v1/currencies
Filter by active status (only active currencies by default)
Response Fields
Array of currency objects
Common Currencies
The API returns predefined currencies including:Major Currencies
- USD - United States Dollar
- EUR - Euro
- GBP - British Pound Sterling
- JPY - Japanese Yen
Regional Currencies
- CHF - Swiss Franc
- CAD - Canadian Dollar
- AUD - Australian Dollar
- CNY - Chinese Yuan
Latin America
- MXN - Mexican Peso
- BRL - Brazilian Real
- ARS - Argentine Peso
- CLP - Chilean Peso
Asia-Pacific
- INR - Indian Rupee
- SGD - Singapore Dollar
- HKD - Hong Kong Dollar
- KRW - South Korean Won
Usage in UI
This endpoint is designed for populating currency dropdowns in the user interface:Decimal Precision
Use thedecimalPlaces field to format amounts correctly:
The currency list is predefined and managed at the application level. Custom currencies cannot be added via the API.