Skip to main content
Refer to Websocket for establishing the websocket connection.

Params

Stream

FieldTypeDescription
’i’integerOrder ID
’I’Full UUID stringClient order ID
’u’base58 encoded addressAccount
’s’stringSymbol
’d’stringSide: [bid, ask]
‘p’decimal stringAverage filled price
’ip’decimal stringInitial price
’lp’decimal stringLast filled price
’a’decimal stringOriginal amount
’f’decimal stringFilled amount
’oe’stringOrder event (see below)
‘os’stringOrder status (see below)
‘ot’stringOrder type (see below)
‘sp’stringStop price
’si’stringStop parent order ID
’tp’stringStop trigger price type: last_trade_price, mark_price, or mid_price
’r’boolReduce only
’ct’integerCreated at time (milliseconds)
‘ut’integerUpdated at time (milliseconds)
‘li’integerExchange-wide nonce. Used to reliably determine exchange event ordering. Sequential and not subject to clock drift.