Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
connectWsApi
Method · 0.95
binance-ws-api-userdata.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected