MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / getCombineStreamUrl

Method getCombineStreamUrl

src/node-binance-api.ts:275–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 }
274
275 getCombineStreamUrl() {
276 if (this.Options.demo) return this.combineStreamDemo;
277 if (this.Options.test) return this.combineStreamTest;
278 return this.combineStream;
279 }
280
281 getStreamUrl() {
282 if (this.Options.demo) return this.streamDemo;

Callers 1

subscribeCombinedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected