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
Documentation IndexFetch the complete documentation index at: https://docs.mavapay.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mavapay.co/llms.txt
Use this file to discover all available pages before exploring further.
Currency pair to get the exchange rate for
usdngn
btcusd
usdkes
usdzar
zarngn
kesngn
Price ticker response
"ok"
Show child attributes