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

Method getWsApiUrl

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

Source from the content-addressed store, hash-verified

285 }
286
287 getWsApiUrl() {
288 if (this.Options.test) return this.wsApiTest;
289 return this.wsApi;
290 }
291
292 getDStreamSingleUrl() {
293 if (this.Options.demo) return this.dstreamSingleDemo;

Callers 2

connectWsApiMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected