{
"end": "2024-07-02",
"order": "asc",
"page": 0,
"row": 10,
"start": "2024-07-01"
}curl --location 'https://polkadot.api.subscan.io/api/scan/daily/reward_payout' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data '{
"end": "2024-07-02",
"order": "asc",
"page": 0,
"row": 10,
"start": "2024-07-01"
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"date": "string",
"reward": "string"
}
]
},
"generated_at": 1699600641,
"message": "Success"
}