` const binance = new Binance().options({ APIKEY: apiKey, APISECRET: apiSecret, useServerTime: true }); binance.websockets.chart( "BTCUSDT", "1m", (symbol, interval, chart) => { console.info(chart); } );` - For some reason that I don;t know this is not working as before: result: {} Can you please check what's wrong ?