Skip to main content
GET
/
price
/
ticker
Get price ticker for currency pair
curl --request GET \
  --url https://staging.api.mavapay.co/api/v1/price/ticker
{
  "status": "ok",
  "data": {
    "ask": 1475.42,
    "bid": 1455.42,
    "timestamp": 1767896752409,
    "meta": {
      "pair": "USDNGN",
      "payoutMethods": [
        "BANKTRANSFER"
      ],
      "collectionMethods": [
        "LIGHTNING"
      ],
      "unitPricePerUsd": {},
      "unitPricePerSat": {},
      "fees": {}
    }
  }
}

Query Parameters

pair
enum<string>
required

Currency pair to get the exchange rate for

Available options:
usdngn,
btcusd,
usdkes,
usdzar,
zarngn,
kesngn

Response

Price ticker response

status
string
Example:

"ok"

data
object