{
"order_field": "seconded_count",
"page": 0,
"row": 10,
"status": "historical"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/democracy/proposals' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_field": "seconded_count",
"page": 0,
"row": 10,
"status": "historical"
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"block_timestamp": 0,
"call_module": "string",
"call_name": "string",
"created_block": 0,
"proposal_id": 0,
"seconded_count": 0,
"status": "string",
"title": "string"
}
]
},
"generated_at": 1699600641,
"message": "Success"
}