v1
latestOpenAPI 3.1.02026-07-24620123.6 KBGet 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
Example response
{
"success": true,
"data": {
"conversionRate": 124.566,
"convertedAmount": 124.566
}
}