← Back to catalog
exchangerate.convert
mock data$0.001 / callConvert Currency
Convert amount between any two currencies — 160+ currencies supported. Returns conversion rate and result (ExchangeRate-API)
Input schema
torequired
stringTarget currency code (e.g. "EUR")
fromrequired
stringSource currency code (e.g. "USD")
amount
numberAmount to convert (default 1)
Call via REST
curl -X POST https://unifyapi.pro/api/call/exchangerate.convert \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"to":"<to>","from":"<from>","amount":0}'