Get a List of Stake & Rewards for Multiple Nominators
API Parameters
aggregate
boolean
Set to true for the rewards to be aggregated across addresses.
Valid values:
- true
- false
addresses
array of strings
Defaults to 11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ
A list of addresses.
Example address:
ADDstring
accept
string
enum
Defaults to application/json
Generated from available response content types.
Allowed values:
application/jsontext/plain
Response Codes
- 200 List of Stake & Rewards for Multiple Nominators
- 400 Invalid value for query parameter or body, or both.
- 401 Invalid or expired token
- 404 Not Found
- 405 Method Not Allowed
- 429 Rate Limit Exceeded
- 500 Internal Server Error
- 503 Service Unavailable
Example CURL Command
curl --request POST \
--url https://svc.blockdaemon.com/reporting/staking/v1/polkadot/mainnet/nominator/rewards \
--header 'X-API-Key: ••••' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"addresses": [\
"11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ"\
]
}
'
Example Response Codes
- For application/json
200401405429500503
- For text/plain
400404