ezForex
Toggle sidebar
Log in
Currencies

List currencies available for conversion from the latest exchange-rate snapshot, including country and symbol when known.

GET
/api/currencies
Bearer auth

Subject to a daily quota. See Rate limits.

Successful response

HTTP 200

{
  "currencies": [
    {
      "code": "EUR",
      "country": "Germany",
      "symbol": "€"
    },
    {
      "code": "USD",
      "country": "United States of America",
      "symbol": "$"
    },
    {
      "code": "ZAR",
      "country": "South Africa",
      "symbol": "R"
    }
  ]
}
Example
curl https://ezforex.your-developer.co.za/api/currencies \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"
Errors
  • 401 — Missing or invalid Bearer token.
  • 429 — Daily currencies quota exceeded.