GET /api/currencies Currencies
Returns a mapping of ISO 4217 currency codes to their display names.
Request
curl https://api.bytetree.io/api/currencies
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
format | string | No | Response format: json (default), csv, or toon |
Response
A JSON object where each key is a three-letter currency code and each value is the currency’s full name.
{
"ARS": "Argentine Peso",
"AUD": "Australian Dollar",
"BRL": "Brazilian Real",
"CAD": "Canadian Dollar",
"CHF": "Swiss Franc",
"CLP": "Chilean Peso",
"CNY": "Chinese Yuan",
"CZK": "Czech Koruna",
"DKK": "Danish Krone",
"EUR": "Euro",
"GBP": "British Pound",
"HKD": "Hong Kong Dollar",
"HUF": "Hungarian Forint",
"IDR": "Indonesian Rupiah",
"ILS": "Israeli Shekel",
"INR": "Indian Rupee",
"JPY": "Japanese Yen",
"KRW": "South Korean Won",
"KWD": "Kuwaiti Dinar",
"MXN": "Mexican Peso",
"MYR": "Malaysian Ringgit",
"NOK": "Norwegian Krone",
"NZD": "New Zealand Dollar",
"PHP": "Philippine Peso",
"PLN": "Polish Zloty",
"RUB": "Russian Ruble",
"SEK": "Swedish Krona",
"SGD": "Singapore Dollar",
"THB": "Thai Baht",
"TRY": "Turkish Lira",
"TWD": "Taiwan Dollar",
"USD": "US Dollar",
"ZAR": "South African Rand"
}
Notes
- The list includes 33 currencies tracked by the system
USDis always included as the base currency- This endpoint is useful for building currency selectors or displaying human-readable labels