v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get Historical Rates ๐Ÿ’ฑ

This will give you historical BID or ASK rates for a specific pair over the last 30 days.

get/api/b2b/utilities/rates/historical

Query parameters

fromstring required
tostring required

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "currencyPair": "USDCKES",
      "buy": 127.76,
      "sell": 132.28,
      "updatedAt": "2024-09-16T16:14:50.646Z"
    }
  ]
}