← Back to catalog
fx.convert
live upstream$0.001 / callCurrency Convert
Convert an amount from one currency to another at the latest rate.
Input schema
torequired
stringfromrequired
stringamountrequired
numberCall 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}'