Order updates
Streams all updates to the status of an open order using order ID
Last updated
Streams all updates to the status of an open order using order ID
Last updated
Refer to for establishing the websocket connection.
'i'
integer
Order ID
'I'
UUID | null
Client order ID
'u'
base58 encoded address
Account
's'
string
Symbol
'd'
string
Side: [bid
, ask
]
'p'
decimal string
Average filled price
'o'
decimal string
Original amount
'c'
decimal string
Cancelled amount
'f'
decimal string
Filled amount
'oe'
string
Order event
'os'
string
Order status
'ot'
string
Order type
'sp'
string
Stop price
'si'
string
Stop parent order ID
'r'
bool
Reduce only
't'
number
Timestamp of event (milliseconds)