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

Method parse_transfer

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

Source from the content-addressed store, hash-verified

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')
3475
3476 def parse_account(self, account: dict):
3477 raise NotSupported(self.id + ' parseAccount() is not supported yet')

Callers 1

parse_transfersMethod · 0.95

Calls 1

NotSupportedClass · 0.90

Tested by

no test coverage detected