γ°οΈWebsocket V2
Websocket API Documentation
General WSS information
Full Depth Stream
{
"topic": "depth",
"event": "sub",
"params": {
"binary": false,
"symbol": "$symbol",
}
}{
"topic": "depth",
"params": {
"symbol": "BTCUSDT",
"binary": "false"
},
"data": {
"s": "BTCUSDT",
"t": 1582001376853,
"v": "13850022_2",
"b": [
[
"9780.79", // price
"0.01" // quantity
],
[
"9780.5",
"0.1"
],
[
"9780.4",
"0.517813"
], ...
"a": [
[
"9781.21", // price
"0.042842" // quantity
],
[
"9782",
"0.3"
],
[
"9782.1",
"0.226"
], ...
]
}
}Market Tickers Stream
Trade Streams
Bookticker
Kline
Last updated