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

Method account

python/ccxt/base/exchange.py:6670–6675  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6668 raise NotSupported(self.id + ' fetchContractDepositAddress() is not supported yet')
6669
6670 def account(self) -> BalanceAccount:
6671 return {
6672 'free': None,
6673 'used': None,
6674 'total': None,
6675 }
6676
6677 def common_currency_code(self, code: str):
6678 if not self.substituteCommonCurrencyCodes:

Callers 15

parse_balanceMethod · 0.45
parse_margin_balanceMethod · 0.45
parse_swap_balanceMethod · 0.45
parse_balanceMethod · 0.45
parse_balanceMethod · 0.45
fetch_balanceMethod · 0.45
parse_balanceMethod · 0.45
parse_balanceMethod · 0.45
parse_balance_helperMethod · 0.45
parse_balance_customMethod · 0.45
fetch_balanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected