var ws = null ws = Dial(“wss://fstream.binance.com/stream?streams=ethusdt@kline_1h/bnbsudt@kline_1h”) while (true) { const data = ws.read() const msg = JSON.parse(data) Log(msg) }
दो लेन-देन जोड़े के लिए K-लाइन की जानकारी सब्सक्राइब करें, केवल ETH ही क्यों आउटपुट करें