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:

addresses

array of strings
Defaults to 11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ

A list of addresses.

Example address:

accept

string
enum
Defaults to application/json

Generated from available response content types.

Allowed values:

Response Codes

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