Peter

Results 2 comments of Peter

@beratuslu was using the correct API. This is a bug in 0.13.0, and is addressed in pull request [732](https://github.com/jaggedsoft/node-binance-api/pull/732) @jaggedsoft: please merge this pull request.

I'm using the following options, which seem to work for testing spot trading: ``` { verbose: true, urls: { base: 'https://testnet.binance.vision/api/', combineStream: 'wss://testnet.binance.vision/stream?streams=', stream: 'wss://testnet.binance.vision/ws/' } } ``` watch the...