Tony

Results 1 issues of Tony

Hello there, I'm facing this error while runing this code : const { SpotClient } = require('bybit-api'); const ByBitSpotClient = new SpotClient(); ByBitSpotClient.getCandles({ symbol: 'BTCUSDT'}).then(res => console.log('Nb 5minutes candles :',res.result.length))...