{
"category": "string",
"end": "2023-06-01",
"format": "day",
"start": "2023-05-01"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/daily' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "string",
"end": "2023-06-01",
"format": "day",
"start": "2023-05-01"
}'{
"code": 0,
"data": {
"list": [
{
"balance_amount_total": "string",
"time_hour_utc": "string",
"time_six_hour_utc": "string",
"time_utc": "string",
"total": 0,
"transfer_amount_total": "string"
}
]
},
"generated_at": 1699600641,
"message": "Success"
}