cURL
curl --request GET \ --url https://staging.api.mavapay.co/api/v1/price
{ "status": "success", "data": { "currency": "NGN", "timeStamp": "2021-07-01T12:00:00Z", "btcPriceInUnitCurrency": 9000000.23, "unitPricePerSat": { "amount": 0.334561234, "currencyUnit": "NGNSAT" }, "unitPricePerUsd": { "amount": 1500.65, "currencyUnit": "NGNUSD" } } }
The currency to get the price for
Price response
The response is of type object.
object