Account order updates
Streams the amount and nature of changes made to any of an account's open orders in any market.
Last updated
Streams the amount and nature of changes made to any of an account's open orders in any market.
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
'ip'
decimal string
Initial price
'a'
decimal string
Original 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
'ut'
number
Updated at time (milliseconds)
'ct'
number
Created at time (milliseconds)