Stream Blockchain Events
Real-time pipeline event streaming. Automatically upgrades to WebSocket if requested by the client, otherwise falls back to Server-Sent Events (SSE). Supports filtering on event types.
get/events
Query parameters
typesstring
Comma-separated list of event types to filter (e.g., input.block,input.transaction)
replayboolean
Whether to replay recent events from the ring buffer on connection
Response
Event Stream (SSE) or WebSocket Session
string required