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.

Channel

mkt:{dataType}:{symbol}

Description

Generic market-data subscription used by subscribeMarketData(symbol, dataType). Specific helpers below use more precise channel formats for depth, OHLCV and product info.

WebSocket URL

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

Channel parameters

ParameterTypeDescriptionValues
dataTypestringMarket data type configured in ApiConfig.enum: depth, productInfo, productStat, tradeLog
symbolstringTrading symbol, for example VN30F1M.example: VN30F1M

Message

ItemValue
OperationreceiveGenericMarketData
NameGenericMarketData
PayloadGenericObject
HandlerStreamingService._handleMarketData

Payload schema

The payload is a flexible JSON object and may include additional fields from the live publication.