Get a Stream of Rewards

Request Parameters

network

type

startTime

endTime

epoch

addresses

period

denomination

aggregate

accept

Example Request

curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v2/polygon/mainnet/validator/rewards \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{
  "startTime": 1706659200,
  "endTime": 1712059200,
  "epoch": 80000,
  "addresses": [
    "0xAB30eF276ADC2bE22CE58d75B4F4009173A73676",
    "0x6ae6c540c7b110d5c01cb9bc23297a013f9f4982"
  ],
  "period": "monthly",
  "denomination": "wei",
  "aggregate": false
}'

Response Codes


Updated 2 months ago.