v4

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-01734.3 KB

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