Request Code Samples
curl --location --request GET 'http://localhost:8100/floorsheetAnalytics/floorsheet-analytics/floorsheet?date&page&size&symbol&buyerBroker&sellerBroker'
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-04-06 18:38:12