curl --request POST \
--url https://api.sequence.app/rpc/Analytics/GetOrderbookCollections \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '
{
"filter": {
"projectId": 123,
"startDate": "<string>",
"endDate": "<string>",
"dateInterval": "DAY",
"collections": [
"<string>"
],
"tokenId": "<string>"
}
}
'