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:OhlcvDTO:{symbol}:{time}

Description

Candlestick/OHLCV updates. Current app default time is 60 seconds.

WebSocket URL

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

Channel parameters

ParameterTypeDescriptionValues
symbolstringTrading symbol, for example VN30F1M.example: VN30F1M
timeintegerCandle resolution in seconds. The mobile app uses 60 for 1 minute and 86400 for daily.default: 60
enum: 60, 86400

Message

ItemValue
OperationreceiveOhlcv
NameOhlcv
PayloadOhlcvBar
HandlerStreamingService._handleOhlcvUpdate

Payload schema

FieldTypeNotes
unixTimeinteger (int64)Unix timestamp. The mobile handler also accepts time.
timeinteger (int64)Alias accepted by the mobile handler.
opennumber-
highnumber-
lownumber-
closenumber-
volumenumber-