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

Method getSapiUrl

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

Source from the content-addressed store, hash-verified

257 }
258
259 getSapiUrl() {
260 return this.sapi;
261 }
262
263 getFapiUrl() {
264 if (this.Options.demo) return this.fapiDemo;

Callers 1

privateSapiRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected