List currencies available for conversion from the latest exchange-rate snapshot, including country and symbol when known.
/api/currencies
Subject to a daily quota. See Rate limits.
HTTP 200
{
"currencies": [
{
"code": "EUR",
"country": "Germany",
"symbol": "€"
},
{
"code": "USD",
"country": "United States of America",
"symbol": "$"
},
{
"code": "ZAR",
"country": "South Africa",
"symbol": "R"
}
]
}
curl https://ezforex.your-developer.co.za/api/currencies \
-H "Accept: application/json" \
-H "Authorization: Bearer YOUR_TOKEN"