Configure Binance WebSocket Streams
masterReal-time data is provided via Binance WebSocket streams (wss://stream.binance.com:9443/ws). The implementation uses the following stream patterns:
<symbol>@kline_<interval>: For native Binance intervals (e.g.,1m,1h).<symbol>@trade: Used to rebuild custom intervals (e.g.,2,4,10,90,180).<symbol>@ticker: For 24-hour quote updates.<symbol>@ticker_1h: For rolling 1-hour quote updates.<symbol>@depth20@100ms: For Trading Platform DOM depth.