/eth/v1/events
Subscribe to beacon node events
Provides endpoint to subscribe to beacon node Server-Sent-Events stream. Consumers should use eventsource implementation to listen on those events.
Servers may send SSE comments beginning with :
for any purpose, including to keep the
event stream connection alive in the presence of proxy servers.
Query parameters
Responses
200
Opened SSE stream.
text/event-stream
400
The topics supplied could not be parsed
application/json
500
Beacon node internal error.
application/json
get
Previous/eth/v1/beacon/states/{state_id}/validators/{validator_id}Next/eth/v1/validator/aggregate_attestation
Last updated
Was this helpful?