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

Method getDapiUrl

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

Source from the content-addressed store, hash-verified

267 }
268
269 getDapiUrl() {
270 if (this.Options.demo) return this.dapiDemo;
271 if (this.Options.test) return this.dapiTest;
272 return this.dapi;
273 }
274
275 getCombineStreamUrl() {
276 if (this.Options.demo) return this.combineStreamDemo;

Callers 3

publicDeliveryRequestMethod · 0.95
userDeliveryDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected