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만 출력하는지