GET
/
provider
/
stats
Get provider stats
curl --request GET \
  --url https://api.paycrest.io/v1/provider/stats \
  --header 'API-Key: <api-key>'
{
  "status": "success",
  "message": "Operation successful",
  "data": {
    "totalOrders": 123,
    "totalFiatVolume": 123,
    "totalCryptoVolume": 123
  }
}
Retrieve statistics for the provider.

Authorizations

API-Key
string
header
required

Query Parameters

currency
string

Response

200
application/json

Provider stats

The response is of type object.