GET Volume Statistics
-------------------------------------------
OVERVIEW
-------------------------------------------
Endpoint: GET /api/v1/statistics/volume
Method: GET
Authentication: Not Required
Rate Limit: 100 requests/minute
PURPOSE:
Retrieves aggregated volume statistics for CipherX.
-------------------------------------------
EXAMPLE RESPONSE
-------------------------------------------
{
"success": true,
"statistics": {
"totalTransactions": 1847,
"totalDeposits": 1159,
"totalWithdrawals": 688,
"totalVolumeUSD": 1247893.42,
"totalValueLockedUSD": 396720.00,
"largestAnonymitySet": 423
},
"volumeByNetwork": [
{
"network": "BSC",
"transactions": 1500,
"volumeUSD": 1020543.21
}
]
}Last updated

