Position Channel
Channel Update Frequency : real-time, on position update
The websocket will reply with the shown success response format for each position channel which has been successfully subscribed to.
If a subscription has been made to position:all, the data array in the message from this position channel will contain a JSON list. Each JSON will contain position details for a different instrument. Otherwise the data array will contain a single JSON corresponding to one instrument.
Request Parameters
op
STRING
Yes
subscribe
args
LIST
Yes
position:all
or a list of individual instruments position:<instrumentId>
tag
INTEGER or STRING
No
If given it will be echoed in the reply and the max size of tag
is 32
Channel Update Fields
table
STRING
position
accountId
STRING
Account identifier
timestamp
STRING
Current millisecond timestamp
data
LIST of dictionaries
instrumentId
STRING
e.g. ETH-USD-SWAP-LIN
quantity
STRING
Position size (+/-)
lastUpdated
STRING
Millisecond timestamp
contractValCurrency
STRING
Base asset ID e.g. ETH
entryPrice
STRING
Average entry price of total position (Cost / Size)
positionPnl
STRING
Postion profit and lost in OX
estLiquidationPrice
STRING
Estimated liquidation price, return 0 if it is negative(<0)
margin
STRING
Currently always reports 0
leverage
STRING
Currently always reports 0
Order Channel
Last updated