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

Method getUrlProxy

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

Source from the content-addressed store, hash-verified

346 }
347
348 getUrlProxy() {
349 if (this.urlProxy) {
350 return this.urlProxy;
351 }
352 return undefined;
353 }
354
355 getHttpsProxy() {
356 if (this.httpsProxy) {

Callers 1

proxyRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected