At a glance
ProviderBinance
TypeWebSocket
CategoryCrypto
Real-timeYes — streaming
AuthNone — open endpoint
PricingFree (public market data streams; no API key or fees required) — Market data WebSocket streams: Free, no authentication, No subscription or per-message charge for public market data, Trading fees (only if placing orders, not for data): 0.10% maker/taker spot baseline, lower for VIP/BNB-discount tiers
What data it provides
- Real-time individual + aggregate trade streams (price, size, side)
- Kline/candlestick streams in 1s to 1M intervals (OHLCV)
- 24h rolling ticker and mini-ticker statistics
- Book ticker (best bid/ask price + quantity)
- Order-book depth: diff updates and partial snapshots (5/10/20 levels)
- Average price and reference price streams
Features
- Update speeds: trades/book-ticker real-time; depth at 100ms or 1000ms; klines/tickers ~1000ms
- Limits: 5 incoming msgs/sec/connection, up to 1024 streams/connection, 300 connections/5min/IP
- Connections auto-disconnect after 24h; combined-stream multiplexing supported
- Dedicated market-data-only endpoints (wss://data-stream.binance.vision, port 443/9443)
- Broad coverage: hundreds of spot pairs incl. BTC/ETH and major altcoins
- Mature ecosystem: official + community SDKs (python-binance, node, etc.)
Links
Use it in a bot
Other crypto data sources