UnifyAPI
← Back to catalog

fx.convert

live upstream$0.001 / call

Currency Convert

Convert an amount from one currency to another at the latest rate.

Financeprovider: ExchangeRate#fx#currency

Input schema

torequired
string
fromrequired
string
amountrequired
number

Call via REST

curl -X POST https://unifyapi.pro/api/call/fx.convert \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"to":"IDR","from":"USD","amount":100}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.