2.6 KiB
!!! info "WSMiniTickerFeedDataV1"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|streams |string|True|Stream name|
|selectors1 |string|True|Primary selector|
|sequence_numbersn |string|True|A sequence number used to determine message order within a stream.
- If useGlobalSequenceNumber is false, this returns the gateway sequence number, which increments by one locally within each stream and resets on gateway restarts.
- If useGlobalSequenceNumber is true, this returns the global sequence number, which uniquely identifies messages across the cluster.
- A single cluster payload can be multiplexed into multiple stream payloads.
- To distinguish each stream payload, a dedupCounter is included.
- The returned sequence number is computed as: cluster_sequence_number * 10^5 + dedupCounter.|
|feedf |MiniTicker|True|A mini ticker matching the request filter|
??? info "MiniTicker"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|event_timeet |string|FalseNone|Time at which the event was emitted in unix nanoseconds|
|instrumenti |string|FalseNone|The readable instrument name:
- Perpetual:
ETH_USDT_Perp - Future:
BTC_USDT_Fut_20Oct23 - Call:
ETH_USDT_Call_20Oct23_2800 - Put:
ETH_USDT_Put_20Oct23_2800
mp |string|FalseNone|The mark price of the instrument, expressed in 9 decimals|
|index_priceip |string|FalseNone|The index price of the instrument, expressed in 9 decimals|
|last_pricelp |string|FalseNone|The last traded price of the instrument (also close price), expressed in 9 decimals|
|last_sizels |string|FalseNone|The number of assets traded in the last trade, expressed in base asset decimal units|
|mid_pricemp1 |string|FalseNone|The mid price of the instrument, expressed in 9 decimals|
|best_bid_pricebb |string|FalseNone|The best bid price of the instrument, expressed in 9 decimals|
|best_bid_sizebb1 |string|FalseNone|The number of assets offered on the best bid price of the instrument, expressed in base asset decimal units|
|best_ask_priceba |string|FalseNone|The best ask price of the instrument, expressed in 9 decimals|
|best_ask_sizeba1 |string|FalseNone|The number of assets offered on the best ask price of the instrument, expressed in base asset decimal units|