MCPcopy Create free account
hub / github.com/ccxt/ccxt / initializeClient

Method initializeClient

js/src/pacifica.js:379–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 });
378 }
379 async initializeClient() {
380 try {
381 await this.handleBuilderFeeApproval();
382 }
383 catch (e) {
384 return false;
385 }
386 return true;
387 }
388 async handleBuilderFeeApproval() {
389 if (this.isSandboxModeEnabled) { // At this stage, building codes are mostly only on the mainnet.
390 return false;

Callers 7

fetchMarketsMethod · 0.95
createOrderMethod · 0.95
createOrdersMethod · 0.95
cancelOrdersMethod · 0.95
cancelAllOrdersMethod · 0.95
cancelOrderMethod · 0.95
editOrderMethod · 0.95

Calls 1

Tested by

no test coverage detected