v31

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-07-082421122.2 KB
Price

Get price ticker for currency pair

Returns the exchange rate for a given currency pair

get/price/ticker

Query parameters

pair'usdngn' | 'btcusd' | 'usdkes' | 'usdzar' | 'zarngn' | 'kesngn' required

Currency pair to get the exchange rate for

Response

Price ticker response

statusstring

Example response

{
  "status": "ok",
  "data": {
    "ask": 1475.42,
    "bid": 1455.42,
    "timestamp": 1767896752409,
    "meta": {
      "pair": "USDNGN",
      "payoutMethods": [
        "BANKTRANSFER"
      ],
      "collectionMethods": [
        "LIGHTNING"
      ]
    }
  }
}
All 24 operations