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
order:{notificationType}:{accountId}
Description
Trading/account notifications. The app subscribes to Deposit, ForceClose, MarginCall and Withdraw.
WebSocket URL
wss://streaming.verolabs.co/connection/websocket
Channel parameters
| Parameter | Type | Description | Values |
|---|
notificationType | string | Notification topic type supported by the mobile app. | enum: Deposit, ForceClose, MarginCall, Withdraw |
accountId | string | Trading account id. | - |
Message
| Item | Value |
|---|
| Operation | receiveNotifications |
| Name | Notification |
| Payload | StreamingNotification |
| Handler | StreamingService._handleNotification |
Payload schema
| Field | Type | Notes |
|---|
Type | NotificationType | - |
type | NotificationType | - |
accountId | string | - |
account_id | string | - |
symbol | string | - |
amount | number | string | - |
position | object | - |
account | object | - |
MessageID | string | - |
messageID | string | - |
message_id | string | - |