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

Method get_account

python/ccxt/ascendex.py:498–502  ·  view source on GitHub ↗
(self, params={})

Source from the content-addressed store, hash-verified

496 })
497
498 def get_account(self, params={}):
499 # get current or provided bitmax sub-account
500 account = self.safe_value(params, 'account', self.options['account'])
501 lowercaseAccount = account.lower()
502 return self.capitalize(lowercaseAccount)
503
504 def fetch_currencies(self, params={}) -> Currencies:
505 """

Callers

nothing calls this directly

Calls 2

safe_valueMethod · 0.80
capitalizeMethod · 0.45

Tested by

no test coverage detected