Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Vero OMS Streaming API uses Centrifugo over WebSocket for market data, order, account and notification publications.

Streaming channels

Subscribe to market, order, account and notification updates in real time.

WebSocket URL

wss://streaming.verolabs.co/connection/websocket

Coverage

8 channel patterns are available in the Streaming API reference.

Client flow

1

Connect

Open a Centrifugo WebSocket connection to the streaming server.
2

Subscribe

Subscribe to the channel pattern that matches the account, symbol or notification type you need.
3

Handle publications

Decode UTF-8 JSON publications and route them by channel and payload schema.