v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get FX Rate ๐Ÿ’ฑ

This endpoint retrieves the currency conversion rate and the converted amount from one currency to another.

get/api/b2b/utilities/rates

Query parameters

fromstring required

e.g USD

tostring required

e.g KES

amountinteger

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "conversionRate": 124.566,
    "convertedAmount": 124.566
  }
}