Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 358 Bytes

Binance endPoint = wss://stream.binance.com:9443 Raw streams are accessed at /ws/

end point = wss://stream.binance.com:9443/ws/btcusdt@aggTrade

for candle stick chart

end point = wss://stream.binance.com:9443/ws/btcusdt@kline_5m

saving incoming data to a file

end point = wss://stream.binance.com:9443/ws/btcusdt@kline_5m | tee dataset.txt