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

Method getDStreamUrl

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

Source from the content-addressed store, hash-verified

336 }
337
338 getDStreamUrl() {
339 if (this.Options.demo) return this.dstreamDemo;
340 if (this.Options.test) return this.dstreamTest;
341 return this.dstream;
342 }
343
344 uuid22(a?: any) {
345 return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : (([1e7] as any) + 1e3 + 4e3 + 8e5).replace(/[018]/g, this.uuid22);

Callers 1

deliverySubscribeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected