/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. <Info> **Note:** This is an EventSource (Server-Sent Events) style endpoint. The HTTP connection remains open and continuously pushes events as they occur. </Info>

Query parameters

topicsstringRequired

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.

Response

This endpoint returns an object.