Get the Historical Stake and Rewards for Multiple Delegators

API Parameters

aggregate

fromTime

toTime

timeUnit

addresses

Example CURL Request

curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v1/cardano/mainnet/delegator/history \
     --header 'X-API-Key: ••••' \ 
     --header 'accept: application/json' \ 
     --header 'content-type: application/json' \ 
     --data '{\n  
  "fromTime": 1577836800,\n  
  "toTime": 1685491200,\n  
  "timeUnit": "epoch",\n  
  "addresses": [\n    "stake1u8003gtvhcunzzmy85nfnk6kafd8lks2mykfzf0n4hq4qzg9f029u",\n    "stake1u80058a9nztq6d5sudzynepf63pedvpyr3kzhlxacrcefwqf3ez2y"\n  ]\n}'

Response Codes

Updated 2 months ago