We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 202e45a + 3938ff7 commit fa0413fCopy full SHA for fa0413f
1 file changed
src/node-binance-api.ts
@@ -47,7 +47,7 @@ export default class Binance {
47
stream = `wss://stream.binance.${this.domain}:9443/ws/`;
48
streamTest = `wss://stream.testnet.binance.vision/ws/`;
49
combineStream = `wss://stream.binance.${this.domain}:9443/stream?streams=`;
50
- combineStreamTest = `wss://testnet.binance.vision/stream?streams=`;
+ combineStreamTest = `wss://stream.testnet.binance.vision/stream?streams=`;
51
52
verbose = false;
53
0 commit comments