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

Method getHttpsProxy

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

Source from the content-addressed store, hash-verified

353 }
354
355 getHttpsProxy() {
356 if (this.httpsProxy) {
357 return this.httpsProxy;
358 }
359 if (process.env.https_proxy) {
360 return process.env.https_proxy;
361 }
362 return undefined;
363 }
364
365 getSocksProxy() {
366 if (this.socksProxy) {

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