GET
/
price
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"
    }
  }
}

Query Parameters

currency
string
required

The currency to get the price for

Response

200
application/json

Price response

The response is of type object.