curl -X POST https://api.swervpay.co/api/v1/fx/rate \ -H "Authorization: Bearer <TOKEN>" \ -H "Content-Type: application/json" \ -d '{ "from": "NGN", "to": "USD", "amount": 1 }'
{ "from": { "amount": 123, "currency": "<string>" }, "rate": 123, "to": { "amount": 123, "currency": "<string>" } }
Get exchange rate
Documentation IndexFetch the complete documentation index at: https://docs.swervpay.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.swervpay.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
Was this page helpful?