cURL
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": {} } } }
Returns the exchange rate for a given currency pair
Currency pair to get the exchange rate for
usdngn
btcusd
usdkes
usdzar
zarngn
kesngn
Price ticker response
"ok"
Show child attributes