{
"from_history": true,
"fund_id": "string",
"order": "string",
"page": 0,
"para_id": 0,
"row": 10,
"who": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/parachain/fundStat' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_history": true,
"fund_id": "string",
"order": "string",
"page": 0,
"para_id": 0,
"row": 10,
"who": "string"
}'{
"code": 0,
"data": {
"list": [
{
"time_hour_utc": "string",
"time_six_hour_utc": "string",
"time_utc": "string",
"total": "string"
}
]
},
"generated_at": 1699600641,
"message": "Success"
}