Params
Stream
| Field | Type | Description |
|---|---|---|
’h’ | integer | History ID |
’i’ | integer | Order ID |
’I’ | Full UUID string | Client order ID |
’u’ | sting | Account address |
’s’ | string | Symbol |
’p’ | decimal string | Price |
’o’ | decimal string | Entry price |
’a’ | decimal string | Trade amount |
’te’ | string | ’fulfill_maker’ - provided liquidity’fulfill_taker’ - took liquidity |
’ts’ | string | Trade side |
’tc’ | string | ’normal’ - Regular trade’market_liquidation’ - liquidated by market order’backstop_liquidation’ - liquidated by backstop liquidator’settlement’ - ADL/settlement’insolvency_liquidation’ - liquidated due to insolvency’game_settlement’ - game settlement’fulfill_rfq’ - RFQ fill |
’f’ | decimal string | Trade fee |
’n’ | decimal string | PnL |
’t’ | number | Timestamp in milliseconds |
’li’ | number | Last ID — sequence number, monotonically increasing. Deduplicate by history ID (h). |
‘it’ | integer | Instrument type |