/eth/v1/events

Subscribe to beacon node events

Subscribe to beacon node events

get
/eth/v1/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
get
/eth/v1/events

curl -X GET \
    "https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/events?topics=head" \
    -H "accept: text/event-stream"

Last updated

Was this helpful?