Get the Historical Stake & Rewards of a Nominator

Historical Stake & Rewards of a Nominator

Parameters

address

fromTime

toTime

timeUnit

accept

HTTP Status Codes

Example Request

curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v1/polkadot/mainnet/nominator/history/11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{
  "fromTime": 1678174507000,
  "toTime": 1678779307000,
  "timeUnit": "week"
}'

Response Types