curl --location --request GET '/hs_blocklist?block_code=BK0695&limit=10&page=1' \
--header 'Authorization: APPCODE {{APPCODE}}'
{
"code": 20000,
"data": {
"candle": [
{
"prod_name": "罗平锌电",
"prod_code": "002114.SZ",
"last_px": 7.19,
"px_change": 0.36,
"px_change_rate": 5.27,
"open_px": 7,
"preclose_px": 6.83,
"high_px": 7.32,
"low_px": 6.85,
"update_time": 1748330463
}
],
"count": 111,
"limit": 2,
"block_code": "BK0695",
"page": 1
},
"message": "OK"
}