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

Method getStreamUrl

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

Source from the content-addressed store, hash-verified

279 }
280
281 getStreamUrl() {
282 if (this.Options.demo) return this.streamDemo;
283 if (this.Options.test) return this.streamTest;
284 return this.stream;
285 }
286
287 getWsApiUrl() {
288 if (this.Options.test) return this.wsApiTest;

Callers 1

subscribeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected