← Back to catalog
exchangerate.latest
mock data$0.001 / callLatest Exchange Rates
Latest exchange rates for 160+ currencies against any base currency. Updated daily on free tier. Returns all rates in one call (ExchangeRate-API)
Input schema
base
stringBase currency code (e.g. "USD", "EUR", "GBP"). Default: USD. Returns rates for 160+ currencies.
Call via REST
curl -X POST https://unifyapi.pro/api/call/exchangerate.latest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"base":"<base>"}'