wss://nbstream.binance.com/w3w/wsa/streamAggregate Trade Stream
Pushes aggregate trade updates for a symbol.
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
Aggregate Trade Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@aggTrade - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@aggTrade - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Aggregate Trade Stream › Responses
Aggregate Trade Stream
eEvent type
EEvent time (ms)
TTrade time (ms)
aAggregated trade ID
fFirst trade ID in the aggregation
lLast trade ID in the aggregation
mIs the buyer the market maker
pPrice
qQuantity
sSymbol
All Book Ticker Stream
Pushes best bid/ask updates for all symbols.
All Book Ticker Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/!bookTicker - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams=!bookTicker - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
All Book Ticker Stream › Responses
All Book Ticker Stream
eeventType
EeventTime
TtransactionTime
uupdateId
ssymbol
bbid1Price
Bbid1Quantity
aask1Price
Aask1Quantity
All Mini Ticker Stream
Pushes mini ticker statistics for all symbols.
All Mini Ticker Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/!miniTicker@arr - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams=!miniTicker@arr - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
All Mini Ticker Stream › Responses
All Mini Ticker Stream
eeventType
EeventTime
ssymbol
cclosePrice
oopenPrice
hhighPrice
llowPrice
vvolume
qquoteVolume
All Ticker Stream
Pushes full ticker statistics for all symbols.
All Ticker Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/!ticker@arr - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams=!ticker@arr - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
All Ticker Stream › Responses
All Ticker Stream
eeventType
EeventTime
ssymbol
ppriceChange
PpriceChangePercent
waveragePrice
cclosePrice
QlastTradeVolume
oopenPrice
hhighPrice
llowPrice
vvolume
qquoteVolume
OstartTime
CendTime
FfirstTradeId
LlastTradeId
ntradeNum
All Tokens 24h Ticker Stream
Pushes 24h ticker-like metrics for all tokens.
All Tokens 24h Ticker Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/came@allTokens@ticker24 - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams=came@allTokens@ticker24 - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
All Tokens 24h Ticker Stream › Responses
All Tokens 24h Ticker Stream
eEvent type
Per-token 24-hour ticker metrics
caContract address@chain ID
cnt24Number of trades in the last 24 hours
fdvFully diluted valuation
hcNumber of holders
liqLiquidity
mcMarket cap
pCurrent price
pc2424-hour price change percent
sToken short identifier
tEvent timestamp in milliseconds
vol2424-hour volume
Book Ticker Stream
Pushes best bid/ask updates for a symbol.
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
Book Ticker Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@bookTicker - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@bookTicker - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Book Ticker Stream › Responses
Book Ticker Stream
eeventType
EeventTime
TtransactionTime
uupdateId
ssymbol
bbid1Price
Bbid1Quantity
aask1Price
Aask1Quantity
Partial Depth Stream
Pushes partial depth updates (UI orders only).
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
levelsDepth levels.
intervalUpdate interval.
Partial Depth Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@depth{levels}@{interval} - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@depth{levels}@{interval} - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Partial Depth Stream › Responses
Partial Depth Stream
eeventType
EeventTime
TtransactionTime
UfirstUpdateId
ulastUpdateId
pupreviousUpdateId
ssymbol
bbids to be updated
aasks to be updated
Full Depth Stream
Returns all available depth, including UI and API orders.
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
intervalUpdate interval.
Full Depth Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@fulldepth@{interval} - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@fulldepth@{interval} - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Full Depth Stream › Responses
Full Depth Stream
eEvent type
EEvent time (ms)
TMatching time (ms)
UFirst updateId in this event
uLast updateId in this event
puPrevious updateId from the last push
sSymbol
bbids to be updated
aasks to be updated
Kline Stream
Pushes kline updates for a symbol.
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
intervalKline interval.
Kline Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@kline_{interval} - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@kline_{interval} - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Kline Stream › Responses
Kline Stream
eeventType
EeventTime
ssymbol
tstartTime
TendTime
ssymbol
iinterval
ffirstTradeId
LlastTradeId
oopenPrice
cclosePrice
hhighPrice
llowPrice
vvolume
ntradeNum
xklineComplete
qquoteAssetVolume
VtakerBuyBaseAssetVolume
QtakerBuyQuoteAssetVolume
Bignore
Contract Kline Stream
Pushes kline updates by contractAddress@chainId.
Stream parameters
contractAddressContract address.
chainIdChain ID.
intervalKline interval.
Contract Kline Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/came@{contractAddress}@{chainId}@kline_{interval} - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams=came@{contractAddress}@{chainId}@kline_{interval} - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Contract Kline Stream › Responses
Contract Kline Stream
caContract address@Chain ID
eEvent type
Kline payload
oOpen price
cClose price
hHigh price
lLow price
vVolume
otKline open time
ctKline close time
iInterval
Mini Ticker Stream
Pushes 24h rolling mini ticker statistics.
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
Mini Ticker Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@miniTicker - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@miniTicker - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Mini Ticker Stream › Responses
Mini Ticker Stream
eeventType
EeventTime
ssymbol
cclosePrice
oopenPrice
hhighPrice
llowPrice
vvolume
qquoteVolume
Ticker Stream
Pushes full 24h rolling ticker statistics.
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
Ticker Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@ticker - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@ticker - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Ticker Stream › Responses
Ticker Stream
eeventType
EeventTime
ssymbol
ppriceChange
PpriceChangePercent
waveragePrice
cclosePrice
QlastTradeVolume
oopenPrice
hhighPrice
llowPrice
vvolume
qquoteVolume
OstartTime
CendTime
FfirstTradeId
LlastTradeId
ntradeNum
Trade Stream
Pushes raw trade updates for a symbol.
Stream parameters
symbolSymbol to subscribe, in lowercase stream format.
Trade Stream › Request
You can subscribe to this stream using one of the following options:
- Raw stream:
wss://nbstream.binance.com/w3w/wsa/stream/ws/{symbol}@trade - Combined stream via URL:
wss://nbstream.binance.com/w3w/wsa/stream/stream?streams={symbol}@trade - Combined stream via request: Connect to
wss://nbstream.binance.com/w3w/wsa/stream/stream, then send the SUBSCRIBE request shown below.
methodWebSocket Streams method name.
paramsList of streams to subscribe to.
idUnique WebSocket request ID.
Trade Stream › Responses
Trade Stream
eeventType
EeventTime
TtradeTime
ssymbol
ttradeId
pfillPrice
qfillQty
misBuyerMaker