cURL
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 } }
Provider stats
The response is of type object.
object