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

Method fetch_accounts

python/ccxt/base/exchange.py:3326–3327  ·  view source on GitHub ↗
(self, params={})

Source from the content-addressed store, hash-verified

3324 return {}
3325
3326 def fetch_accounts(self, params={}):
3327 raise NotSupported(self.id + ' fetchAccounts() is not supported yet')
3328
3329 def fetch_trades(self, symbol: str, since: Int = None, limit: Int = None, params={}):
3330 raise NotSupported(self.id + ' fetchTrades() is not supported yet')

Callers 1

load_accountsMethod · 0.95

Calls 1

NotSupportedClass · 0.90

Tested by

no test coverage detected