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

Method getSpotUrl

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

Source from the content-addressed store, hash-verified

251 extend = (...args: any[]) => Object.assign({}, ...args);
252
253 getSpotUrl() {
254 if (this.Options.demo) return this.baseDemo;
255 if (this.Options.test) return this.baseTest;
256 return this.base;
257 }
258
259 getSapiUrl() {
260 return this.sapi;

Callers 2

publicSpotRequestMethod · 0.95
privateSpotRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected