tamdc
Results
2
comments of
tamdc
you can put the testnet endpoint in the init config. For example: ``` Binance({ apiKey: process.env.BINANCE_API_KEY, apiSecret: process.env.BINANCE_SECRET_KEY, httpFutures: 'https://testnet.binancefuture.com', wsFutures: 'wss://fstream.binancefuture.com', }) ```
Same issue! Any solution?