Get the Stake and Rewards for Multiple Delegators

A list of delegator addresses

addresses

addresses*

Generated from available response content types

Response Codes


Example

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

---