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

Method getFapiUrl

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

Source from the content-addressed store, hash-verified

261 }
262
263 getFapiUrl() {
264 if (this.Options.demo) return this.fapiDemo;
265 if (this.Options.test) return this.fapiTest;
266 return this.fapi;
267 }
268
269 getDapiUrl() {
270 if (this.Options.demo) return this.dapiDemo;

Callers 3

publicFuturesRequestMethod · 0.95
privateFuturesRequestMethod · 0.95
userFutureDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected