Get all exchange rates
https://sandboxapi.onbrails.com/api/v1/wallets/payout/rates (opens in a new tab)
Request
Request
Exchange Rates/Get all exchange rates [GET]
curl --request GET \
--url https://sandboxapi.onbrails.com/api/v1/wallets/payout/rates \
--header 'accept: application/json'
Responses
🟢 200 - Result example
{
"status": true,
"message": "rates successfully retrieved",
"data": {
"KES": 147.74,
"NGN": 936.3,
"AUD": 1.49,
"USD": 1
}
}