curl --location --request GET '/hs_blockrank?type=1&limit=10&page=1' \
--header 'Authorization: APPCODE {{APPCODE}}'
{
"code": 20000,
"data": {
"candle": [
{
"block_name": "广西板块",
"block_code": "BK0154",
"last_px": 8328.34,
"px_change": 86.2,
"px_change_rate": 1.05,
"open_px": 8238.81,
"preclose_px": 8242.14,
"high_px": 8341.87,
"low_px": 8238.81,
"update_time": 1748330310,
"fall_first_grp": "838837.SZ",
"rise_first_grp": "000953.SZ",
"member_count": 42,
"rise_count": 28,
"fall_count": 13
}
],
"count": 31,
"limit": 2,
"page": 1,
"type": 1
},
"message": "OK"
}