PearPear

Get PEAR Protocol volume statistics

Get PEAR Protocol volume statistics

GET
/statistics/volume

Query Parameters

connector*string
resolution*string
startDate?string|number
endDate?|
Default"2026-08-25T16:01:41.615Z"
clientId?string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/statistics/volume?connector=string&resolution=string"
{  "data": [    {      "timestamp": 0,      "volume": 0,      "fees": 0,      "trades": 0,      "users": 0,      "newUsers": 0    }  ]}