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

Authorizations

API-Key
string
header
required

Response

200
application/json

Sender stats

The response is of type object.