Skip to content
Alchemy Logo

/v1/events

GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/events

Stream real-time beacon chain events from the beacon node. Subscribe by specifying one or more event topics using the topics query parameter.

Note: This is an EventSource (Server-Sent Events) style endpoint. The HTTP connection remains open and continuously pushes events as they occur.

Query Parameters

stringrequired

Comma-separated list of event topics to subscribe to. Valid topics include: head, block, finalized_checkpoint, chain_reorg, voluntary_exit, and others depending on the beacon node implementation.

Responses

200

Stream of Server-Sent Events (SSE)

Was this page helpful?