{
"pageNum": 1,
"pageSize": 10,
"code": "002170",
"type": 0,
"startDate": "2025-04-08",
"endDate": "2025-04-10"
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stockBigDeal/listHistory' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"code": "002170",
"type": 0,
"startDate": "2025-04-08",
"endDate": "2025-04-10"
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"fullCode": "",
"name": "",
"currDate": "",
"tickTime": "",
"price": 0.0,
"prevPrice": 0.0,
"tradingVolume": 0.0,
"tradingValue": 0.0,
"kind": 0
}
]
}
}