Get a Stream of Validator Statuses
Network
- Type: string
- Enum: Allowed values are
mainnet,holesky,hoodi - Required: Defaults to mainnet
The network to look up against.
Accept
- Type: string
- Enum: Allowed values are
application/json,application/x-ndjson - Defaults: application/json
Generated from available response content types.
HTTP Status Codes
200: OK400: Bad Request422: Validation Error
Example Request
curl --request POST \
--url https://svc.blockdaemon.com/reporting/staking/v2/ethereum/mainnet/validator/status \
--header 'X-API-Key: ••••' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Types
- Application Response:
application/x-ndjson - HTTP Status Codes:
200,400,422