@@ -319,25 +319,25 @@ When the connection is stablished, if a `filter` is used, the server will dump a
319
319
320
320
#### PriceChanges
321
321
322
- | Name | Type | Description |
323
- | --------------- | ------------------ | --------------------------------------------------------- |
324
- | ` market ` | string | Condition ID |
325
- | ` price_changes ` | array | Price changes by book |
326
- | ` timestamp ` | string (timestamp) | Timestamp in milliseconds since epoch (UNIX time \* 1000) |
322
+ | Name | Type | Description |
323
+ | ------------------- | ------------------ | --------------------------------------------------------- |
324
+ | ` m ` (market) | string | Condition ID |
325
+ | ` pc ` (price change) | array | Price changes by book |
326
+ | ` t ` (timestamp) | string (timestamp) | Timestamp in milliseconds since epoch (UNIX time \* 1000) |
327
327
328
328
##### PriceChange
329
329
330
330
NOTE: Filters are mandatory for this topic/type. Example: ` ["100","200",...] ` (collection of token ids)
331
331
332
- | Name | Type | Description |
333
- | ---------- | ------ | --------------------------------------------------------------- |
334
- | ` asset_id ` | string | Asset identifier |
335
- | ` hash ` | string | Unique hash ID of the book snapshot |
336
- | ` price ` | string | Price quoted (e.g., ` 0.5 ` ) |
337
- | ` side ` | string | Side of the quote: ` BUY ` or ` SELL ` |
338
- | ` size ` | string | Size or volume available at the quoted price (e.g., ` 0 ` , ` 100 ` ) |
339
- | ` best_ask ` | string | Best ask price |
340
- | ` best_bid ` | string | Best bid price |
332
+ | Name | Type | Description |
333
+ | --------------- | ------ | --------------------------------------------------------------- |
334
+ | ` a ` (asset_id) | string | Asset identifier |
335
+ | ` h ` (hash) | string | Unique hash ID of the book snapshot |
336
+ | ` p ` (price) | string | Price quoted (e.g., ` 0.5 ` ) |
337
+ | ` s ` (side) | string | Side of the quote: ` BUY ` or ` SELL ` |
338
+ | ` si ` (size) | string | Size or volume available at the quoted price (e.g., ` 0 ` , ` 100 ` ) |
339
+ | ` ba ` (best_ask) | string | Best ask price |
340
+ | ` bb ` (best_bid) | string | Best bid price |
341
341
342
342
#### AggOrderbook
343
343
0 commit comments