Get a List of Stake & Rewards for Multiple Validators

Stake & Rewards for Multiple Validators

API Parameters

aggregate

addresses

Request Header

accept

Example CURL Command

curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v1/polkadot/mainnet/validator/rewards \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{
  "addresses": [\
    "11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ"\
  ]
}'

Response Status Codes

Updated 2 months ago