Get a Stream of Statuses

Network

The network to look up against.

Type

The type of request.

Validator ID

The validator id to check against when looking up a delegator status – required only for delegator types.

Accept

Responses


Example Request

curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v2/polygon/mainnet/validator/status \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
[
  "0xAB30eF276ADC2bE22CE58d75B4F4009173A73676",
  "0x6ae6c540c7b110d5c01cb9bc23297a013f9f4982"
]
' 

Example Responses