curl --location --request GET '/hs_rank?type=1&sort_field=px_change_rate&order_by=desc&limit=10&page=1' \
--header 'Authorization: APPCODE {{APPCODE}}'
{
"code": 20000,
"data": {
"candle": [
[
"300575.SZ",
"中旗股份",
7.12,
20.07,
105219371,
8.65,
21.43,
491401540.98
],
[
"301260.SZ",
"格力博",
24.88,
20.02,
145851249,
1.13,
17.86,
897559267.2
]
],
"count": 5152,
"limit": 2,
"page": 1,
"type": 1,
"fields": [
"prod_code",
"prod_name",
"last_px",
"px_change_rate",
"fundflow",
"volume_ratio",
"turnover_ratio",
"turnover_value"
]
},
"message": "OK"
}