Algorithmic Trading Platform

Contracts / Interface

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

NameBaseConstraints / ValuesDescription
StreamEventobjectServer-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.

ParameterTypeRequiredConstraints
symbolslist[str]

Returns: text/event-stream — Continuous SSE stream of StreamEvent objects

Referenced By 1

Architecture