https://streaming-oms.verolabs.co.
The terminal connects once, then creates one ref-counted subscription per channel.
Connection endpoints
The terminal configures transports in this order: WebSocket, HTTP stream, then SSE fallback.
Subscribe request
After connecting, subscribe to each required channel. Conceptually, each subscription identifies a channel:Message payload
Each channel update contains the message payload. The payload may be a JSON value or a JSON-encoded string. Parse strings before applying the channel schema.Market channels
Trading channels
Clients subscribe to one
order: channel per account they can access. Account lists and snapshots are loaded through the authenticated REST API before stream subscriptions are opened.

