Params
Stream
| Field | Type | Description |
|---|---|---|
’i’ | integer | Order ID |
’I’ | Full UUID string | 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 |
’lp’ | decimal string | Last filled price |
’a’ | decimal string | Original amount |
’f’ | decimal string | Filled amount |
’oe’ | string | Order event (see below) |
‘os’ | string | Order status (see below) |
‘ot’ | string | Order type (see below) |
‘sp’ | string | Stop price |
’si’ | string | Stop parent order ID |
’tp’ | string | Stop trigger price type: last_trade_price, mark_price, or mid_price |
’r’ | bool | Reduce only |
’ct’ | integer | Created at time (milliseconds) |
‘ut’ | integer | Updated at time (milliseconds) |
‘li’ | integer | Exchange-wide nonce. Used to reliably determine exchange event ordering. Sequential and not subject to clock drift. |