PearPear

Get PEAR Protocol open interest statistics

Get PEAR Protocol open interest statistics

GET
/statistics/oi

Query Parameters

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

Response Body

application/json

curl -X GET "https://example.com/statistics/oi?connector=string&resolution=string"
{  "data": [    {      "timestamp": 0,      "openInterest": 0,      "openPositions": 0    }  ]}