Streams
Websocket console
The operator repo includes websocket/SSE surfaces for price updates, candles, and mark streams. This page documents the live console UI we should wire once API keys are available in-browser or via server-side session proxy.
websocket · read key
Signed price stream
/stream
Live price tape and freshness dashboards.
{ feed_id, symbol, price, expo, source_ts, served_at, signature }websocket · bars key
Candle stream
/candles/stream
Live charts and technical monitoring.
{ feed_id, resolution, t, o, h, l, c, v }sse · read key
Perp mark stream
/perps/mark/stream
Perp index/mark monitoring.
event: mark
data: { symbol, mark, index, funding }Next implementation step
Add a server-side websocket proxy that injects read/bars keys, then expose a browser-safe live console with subscription filters for feed ids, symbols, and candle resolutions.