← Back to catalog
frankfurter.currencies
mock data$0.001 / callFrankfurter — List Supported Currencies
Returns all 33 currencies supported by the Frankfurter.dev ECB exchange rate API with their full English names. Use this to discover valid currency codes before calling frankfurter.currency.latest, frankfurter.currency.historical, or frankfurter.currency.series. No parameters required. No auth; public domain ECB data.
Input schema
locale
stringReserved for future use. The API returns currency names in English regardless. Pass any value.
Call via REST
curl -X POST https://unifyapi.pro/api/call/frankfurter.currencies \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"locale":"<locale>"}'