Ws orderbook levels feed data v1
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 |
OrderbookLevels | True | An orderbook levels object matching the request filter |
OrderbookLevels
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
event_timeet |
string | True | Time at which the event was emitted in unix nanoseconds |
instrumenti |
string | True | The readable instrument name:
|
bidsb |
[OrderbookLevel] | True | The list of best bids up till query depth |
asksa |
[OrderbookLevel] | True | The list of best asks up till query depth |
OrderbookLevel
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
pricep |
string | True | The price of the level, expressed in 9 decimals |
sizes |
string | True | The number of assets offered, expressed in base asset decimal units |
num_ordersno |
integer | True | The number of open orders at this level |
OrderbookLevel
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
pricep |
string | True | The price of the level, expressed in 9 decimals |
sizes |
string | True | The number of assets offered, expressed in base asset decimal units |
num_ordersno |
integer | True | The number of open orders at this level |