/ DEVELOPERS / API / ETH_SUBSCRIBE:VALIDATORSTATUS

eth_subscribe:validatorStatus

WS-only. QuantumWing-specific stream: per-slot validator status updates (proposer, attestations).

eth_subscribe:validatorStatus

WS-only. QuantumWing-specific stream: per-slot validator status updates (proposer, attestations).

eth_*category: subscriptionreturns: subscription
Share link

Parameters

Always 'validatorStatus'

This is a WebSocket-only subscription topic. Sending over HTTP will return an error — connect to /ws for streaming events.

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_subscribe","params":["validatorStatus"],"id":1}'