Skip to main content
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

Provider stats

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
object

The actual response data (e.g., ReceiveAddressResponse, etc.)

I