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

Method initialize_client

python/ccxt/async_support/pacifica.py:393–398  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

391 })
392
393 async def initialize_client(self):
394 try:
395 await self.handle_builder_fee_approval()
396 except Exception as e:
397 return False
398 return True
399
400 async def handle_builder_fee_approval(self):
401 if self.isSandboxModeEnabled: # At self stage, building codes are mostly only on the mainnet.

Callers 7

fetch_marketsMethod · 0.95
create_orderMethod · 0.95
create_ordersMethod · 0.95
cancel_ordersMethod · 0.95
cancel_all_ordersMethod · 0.95
cancel_orderMethod · 0.95
edit_orderMethod · 0.95

Calls 1

Tested by

no test coverage detected