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
Example response
{
"status": "ok",
"data": {
"ask": 1475.42,
"bid": 1455.42,
"timestamp": 1767896752409,
"meta": {
"pair": "USDNGN",
"payoutMethods": [
"BANKTRANSFER"
],
"collectionMethods": [
"LIGHTNING"
]
}
}
}