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:Account:{accountId}
Description
Realtime account/portfolio updates.
WebSocket URL
wss://streaming.verolabs.co/connection/websocket
Channel parameters
| Parameter | Type | Description | Values |
|---|
accountId | string | Trading account id. | - |
Message
| Item | Value |
|---|
| Operation | receiveAccountUpdates |
| Name | Account |
| Payload | Account |
| Handler | StreamingService._handleAccountUpdate |
Payload schema
| Field | Type | Notes |
|---|
id | string | - |
accountId | string | - |
totalEquity | number | - |
credit | number | - |
maintenanceMargin | number | - |
tempMaintenanceMargin | number | - |
totalRealizedPnl | number | - |
totalUnrealizedPnl | number | - |
tradingPower | number | - |
crossMargin | boolean | - |
refCode | string | - |
positions | object | - |
tempPositions | object | - |