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

Method getSocksProxy

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

Source from the content-addressed store, hash-verified

363 }
364
365 getSocksProxy() {
366 if (this.socksProxy) {
367 return this.socksProxy;
368 }
369 if (process.env.socks_proxy) {
370 return process.env.socks_proxy;
371 }
372 return undefined;
373 }
374
375 // ------ Request Related Functions ------ //
376

Callers 8

proxyRequestMethod · 0.95
subscribeMethod · 0.95
subscribeCombinedMethod · 0.95
connectWsApiMethod · 0.95
futuresSubscribeMethod · 0.95
deliverySubscribeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected