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

Method uuid22

src/node-binance-api.ts:344–346  ·  view source on GitHub ↗
(a?: any)

Source from the content-addressed store, hash-verified

342 }
343
344 uuid22(a?: any) {
345 return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : (([1e7] as any) + 1e3 + 4e3 + 8e5).replace(/[018]/g, this.uuid22);
346 }
347
348 getUrlProxy() {
349 if (this.urlProxy) {

Callers 7

orderMethod · 0.95
ocoOrderMethod · 0.95
marginOrderMethod · 0.95
futuresOrderMethod · 0.95
futuresAlgoOrderMethod · 0.95
deliveryOrderMethod · 0.95
futuresMultipleOrdersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected