Get the Stake and Rewards for Multiple Delegators
A list of delegator addresses
addresses
- Defaults to
stake1u8003gtvhcunzzmy85nfnk6kafd8lks2mykfzf0n4hq4qzg9f029u,stake1u80058a9nztq6d5sudzynepf63pedvpyr3kzhlxacrcefwqf3ez2y
addresses*
type: string
enum:
- Defaults to
application/json
- Defaults to
Generated from available response content types
- Allowed:
application/jsonapplication/json:
Response Codes
200400Invalid request404Resource not found
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"
]
}
'``
---