Skip to main content
The public SSE stream is an open feed — no API key required. Useful for demos, monitoring, and lightweight integrations. Payloads are truncated (first 100 characters of the raw payload).
Public SSE does not stream enriched x payloads — only fast-x, telegram, and discord events. For full X data, use WebSocket or Private SSE.

Connection

No authentication required. Supports EventSource in browsers and curl -N from CLI.

Response Format

Each event is an SSE data: line with a truncated SourceEvent:

Query Parameters

Auto-Reconnect

EventSource automatically reconnects on connection loss. The server sends keepalive comments (:) every 15 seconds to prevent proxy timeouts. On reconnection, the last 5 buffered events are replayed.

Limitations

  • Payloads are truncated to 100 characters — use Private SSE for full data
  • No enriched x events — only fast-x, telegram, discord
  • No filtering by source or tracked account