Request Code Samples
curl --location 'http://localhost:8100/floorsheetAnalytics/floorsheet-analytics/floorsheet?date=undefined&page=undefined&size=undefined&symbol=undefined&buyerBroker=undefined&sellerBroker=undefined'
Responses
{
"code": 0,
"result": {
"results": [
{
"id": "string",
"contractId": 0,
"date": "string",
"symbol": "string",
"qty": 0,
"rate": 0,
"amount": 0,
"buyerBroker": "string",
"sellerBroker": "string",
"time": "string"
}
],
"metadata": {
"total": 0,
"page": 0,
"size": 0,
"previous": true,
"next": true
}
},
"error": "string"
}
Modified at 2026-05-25 19:28:41