Web Socket Streams (2019-08-12)
General WSS information
name
values
{
"symbol" : "$symbol0, $symbol1",
"topic" : "$topic",
"event" : "sub",
// customizable parameter
"params" : {
// kline max limit is 2000, default is 1
"limit" : "$limit",
// Whether data is returned in binary format, default to false
"binary" : "false"
}
}name
Explanation
Heartbeat
Trade Streams
Market Tickers Stream
Kline/Candlestick Streams
Orderbook Depth Stream
Merged Depth Stream
Diff. Depth Stream
Index Data Stream
Error handling
Last updated