Verify the Staking Activity of Multiple Nominators

200 Staking Activity of Multiple Nominators

Addresses

A list of addresses.

{
  "addresses": [
    "11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ"
  ]
}

Status Codes

Example Curl Command

curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v1/polkadot/mainnet/nominator/active \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '@{  "addresses": ["11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ"] }'

Response Content Types