{
"address": "string",
"page": 0,
"row": 10
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/staking/era_stat' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"page": 0,
"row": 10
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"block_produced": "string",
"end_block_num": 0,
"era": 0,
"reward": "string",
"reward_point": 0,
"slash": "string",
"start_block_num": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}