curl -X GET \
"curl https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/events?topics=head \
-H "accept: text/event-stream"
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.
Event types to subscribe to
Opened SSE stream.