Ws candlestick 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 |
Candlestick | True | A candlestick entry matching the request filters |
Candlestick
NameLite |
Type | RequiredDefault |
Description |
---|---|---|---|
open_timeot |
string | True | Open time of kline bar in unix nanoseconds |
close_timect |
string | True | Close time of kline bar in unix nanosecond |
openo |
string | True | The open price, expressed in underlying currency resolution units |
closec |
string | True | The close price, expressed in underlying currency resolution units |
highh |
string | True | The high price, expressed in underlying currency resolution units |
lowl |
string | True | The low price, expressed in underlying currency resolution units |
volume_bvb |
string | True | The underlying volume transacted, expressed in base asset decimal units |
volume_qvq |
string | True | The quote volume transacted, expressed in quote asset decimal units |
tradest |
integer | True | The number of trades transacted |
instrumenti |
string | True | The readable instrument name:
|