Get All Exchange Rates
https://sandboxapi.bitnob.co/api/v1/mobile-payments/rates (opens in a new tab)
Request
payouts-mobile-transfers/Get All Exchange Rates [GET]
curl --request GET \
--url https://sandboxapi.bitnob.co/api/v1/mobile-payments/rates \
--header 'Authorization: Bearer API-KEY' \
--header 'accept: application/json'
Response
🟢 200 OK
{
"status": true,
"message": "account lookup successful",
"data": [
{
"currency": "KES",
"rate": 119.84
},
{
"currency": "GHS",
"rate": 4.5
},
{
"currency": "NGN",
"rate": 480
}
]
}
Last updated on