{
"fundType": [
"string"
],
"sort": "string",
"cp": [
"string"
],
"creatTimeLimit": 0,
"fundScale": 0,
"asc": "string",
"pageIndex": 0,
"pageSize": 0
}
curl --location --request POST 'https://api.autostock.cn/v1/fund/rank' \
--header 'Content-Type: application/json' \
--data-raw '{
"fundType": [
"string"
],
"sort": "string",
"cp": [
"string"
],
"creatTimeLimit": 0,
"fundScale": 0,
"asc": "string",
"pageIndex": 0,
"pageSize": 0
}'
HttpResponse.Code
{
"code": 0,
"message": "",
"traceId": "",
"data": {
"rank": [
{
"code": "",
"name": "",
"type": "",
"netWorth": 0.0,
"expectWorth": 0.0,
"totalWorth": 0.0,
"expectGrowth": "",
"dayGrowth": "",
"lastWeekGrowth": "",
"lastMonthGrowth": "",
"lastThreeMonthsGrowth": "",
"lastSixMonthsGrowth": "",
"lastYearGrowth": "",
"buyMin": "",
"buySourceRate": "",
"buyRate": "",
"manager": "",
"fundScale": "",
"netWorthDate": "",
"expectWorthDate": "",
"millionCopiesIncome": 0.0,
"millionCopiesIncomeDate": "",
"sevenDaysYearIncome": 0.0,
"fundType": "",
"thisYearGrowth": "",
"requestFail": 0,
"resolveFail": 0
}
],
"pageIndex": 0,
"pageSize": 0,
"totalRecord": 0,
"requestFail": 0,
"resolveFail": 0
},
"meta": {}
}