IZZIPAYDevelopers
FX & Currency API
Foreign exchange rates and currency conversion.
Base URL: https://api.izzipay.com/v1/fx
GET
/v1/fx/ratesGet live rates
cURL
bash
curl -X GET https://api.izzipay.com/v1/fx/rates \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"POST
/v1/fx/convertConvert currency
cURL
bash
curl -X POST https://api.izzipay.com/v1/fx/convert \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"POST
/v1/fx/quoteGet FX quote
cURL
bash
curl -X POST https://api.izzipay.com/v1/fx/quote \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"POST
/v1/fx/transfers/cross-borderCross-border transfer
cURL
bash
curl -X POST https://api.izzipay.com/v1/fx/transfers/cross-border \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"GET
/v1/fx/corridorsList corridors
cURL
bash
curl -X GET https://api.izzipay.com/v1/fx/corridors \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json"