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:depth:{symbol}-{boardId}

Description

Order-book depth updates. Current app default boardId is G1.

WebSocket URL

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

Channel parameters

ParameterTypeDescriptionValues
symbolstringTrading symbol, for example VN30F1M.example: VN30F1M
boardIdstringTrading board id. The mobile app defaults to G1.default: G1
example: G1

Message

ItemValue
OperationreceiveMarketDepth
NameMarketDepth
PayloadPriceDepth
HandlerStreamingService._handleDepthUpdate

Payload schema

FieldTypeNotes
seqnumber-
timenumber-
symbolstring-
boardIDstring-
bidPriceDeptharray<PriceLevel>-
askPriceDeptharray<PriceLevel>-