Request Code Samples
curl --location 'http://localhost:8100/floorsheetAnalytics/floorsheet-analytics/broker//stocks?days=undefined&symbol=undefined&limit=undefined'
Responses
{
"code": 0,
"result": {
"brokerCode": "string",
"fromDate": "string",
"toDate": "string",
"stocks": [
{
"brokerCode": "string",
"symbol": "string",
"buyQty": 0,
"buyAmount": 0,
"buyCount": 0,
"sellQty": 0,
"sellAmount": 0,
"sellCount": 0,
"netQty": 0,
"netAmount": 0
}
]
},
"error": "string"
}
Modified at 2026-06-24 12:21:25