Authorization: Bearer ********************{
"trackId":"219119850219606016",
"sort":1,
"sortBy":"oneYearDrawBack"
}curl --location --request POST '/ma/track/all/rank/fund' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"trackId":"219119850219606016",
"sort":1,
"sortBy":"oneYearDrawBack"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": [
{
"fundCode": "202101",
"shortName": "南方宝元债券A",
"dailyReturn": -0.01,
"dayRise": 0.06,
"yearRise": 2.01,
"monthRise": 0.96,
"threeMonthRise": 0.49,
"sixMonthRise": -0.06,
"thisYearRise": -0.50,
"staredYearRise": 9.27,
"oneYearDrawBack": 4.20,
"currentDateTime": "2025-07-09 15:45:00",
"estimate": "Y",
"firstClassification": "bond",
"trackId": "219119850219606016",
"relevance": 0
},
{
"fundCode": "001001",
"shortName": "华夏债券投资A/B",
"dailyReturn": -0.01,
"dayRise": 0.06,
"yearRise": 4.87,
"monthRise": 0.43,
"threeMonthRise": 0.92,
"sixMonthRise": 1.98,
"thisYearRise": 0.98,
"staredYearRise": 5.45,
"oneYearDrawBack": 1.10,
"currentDateTime": "2025-07-09 15:45:00",
"estimate": "Y",
"firstClassification": "bond",
"trackId": "219119850219606016",
"relevance": 1
}
],
"ok": true
}