{
"address": "string",
"block_range": "string",
"end": "2023-06-01",
"start": "2023-05-01"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/staking/total_reward' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"block_range": "string",
"end": "2023-06-01",
"start": "2023-05-01"
}'{
"code": 0,
"data": {
"sum": 0
},
"generated_at": 1699600641,
"message": "Success"
}