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

Method parse_ledger_entry

python/ccxt/base/exchange.py:3479–3480  ·  view source on GitHub ↗
(self, item: dict, currency: Currency = None)

Source from the content-addressed store, hash-verified

3477 raise NotSupported(self.id + ' parseAccount() is not supported yet')
3478
3479 def parse_ledger_entry(self, item: dict, currency: Currency = None):
3480 raise NotSupported(self.id + ' parseLedgerEntry() is not supported yet')
3481
3482 def parse_order(self, order: dict, market: Market = None):
3483 raise NotSupported(self.id + ' parseOrder() is not supported yet')

Callers 1

parse_ledgerMethod · 0.95

Calls 1

NotSupportedClass · 0.90

Tested by

no test coverage detected