API Reference
Payouts /Mobile Transfer
Get Rate By Country [GET]

Get Payment Methods

https://sandboxapi.bitnob.co/api/v1/mobile-payments/payment-methods/{country_code} (opens in a new tab)

Path Params

ParametertypeRequired
country_codeestring✅ use the country code to lookup a the exchange rate

Request

payouts-mobile-transfers/Get Rate By Country Code [GET]
curl --request GET \
     --url https://sandboxapi.bitnob.co/api/v1/mobile-payments/rates/country_code \
     --header 'Authorization: Bearer API-KEY' \
     --header 'accept: application/json'

Response

🟢 200 OK
{
  "status": true,
  "message": "Exchange rate lookup successful",
  "data": {
    "currency": "KES",
    "rate": 119.84
  }
}