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

Method getDStreamSingleUrl

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

Source from the content-addressed store, hash-verified

290 }
291
292 getDStreamSingleUrl() {
293 if (this.Options.demo) return this.dstreamSingleDemo;
294 if (this.Options.test) return this.dstreamSingleTest;
295 return this.dstreamSingle;
296 }
297
298 /**
299 * Classify a futures stream endpoint into public, market, or private category

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected