Overview
WebSocket or Server-Sent Events interface for live dashboard updates including market data views, position/P&L updates, risk alerts, and system health notifications.
Contract
Consumers
- UserInterfaceDashboard
Types
| Name | Base | Constraints / Values | Description |
|---|---|---|---|
| StreamEvent | object | — | Server-Sent Event pushed to connected clients |
Operations
GET /stream
Open a Server-Sent Events stream. Pushes real-time platform events to the browser as they occur.
| Parameter | Type | Required | Constraints |
|---|---|---|---|
symbols | list[str] | — | — |
Returns: text/event-stream — Continuous SSE stream of StreamEvent objects