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

Function getSpotUrl

deprecated/node-binance-api.js:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 const getSpotUrl = () => {
137 if (Binance.options.test) return baseTest;
138 return base;
139 }
140
141 const uuid22 = (a) => {
142 return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : ([1e7] + 1e3 + 4e3 + 8e5).replace(/[018]/g, uuid22);

Callers 5

setOptionsFunction · 0.85
orderFunction · 0.85
apiFunction · 0.85
getSymbolDepthSnapshotFunction · 0.85
getSymbolKlineSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected