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
Description
Order-book depth updates. Current app default boardId is G1.WebSocket URL
Channel parameters
| Parameter | Type | Description | Values |
|---|---|---|---|
symbol | string | Trading symbol, for example VN30F1M. | example: VN30F1M |
boardId | string | Trading board id. The mobile app defaults to G1. | default: G1 example: G1 |
Message
| Item | Value |
|---|---|
| Operation | receiveMarketDepth |
| Name | MarketDepth |
| Payload | PriceDepth |
| Handler | StreamingService._handleDepthUpdate |
Payload schema
| Field | Type | Notes |
|---|---|---|
seq | number | - |
time | number | - |
symbol | string | - |
boardID | string | - |
bidPriceDepth | array<PriceLevel> | - |
askPriceDepth | array<PriceLevel> | - |

