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

Method parse_transaction

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

Source from the content-addressed store, hash-verified

3468 raise NotSupported(self.id + ' parseTrade() is not supported yet')
3469
3470 def parse_transaction(self, transaction: dict, currency: Currency = None):
3471 raise NotSupported(self.id + ' parseTransaction() is not supported yet')
3472
3473 def parse_transfer(self, transfer: dict, currency: Currency = None):
3474 raise NotSupported(self.id + ' parseTransfer() is not supported yet')

Callers 1

parse_transactionsMethod · 0.95

Calls 1

NotSupportedClass · 0.90

Tested by

no test coverage detected