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

Method parse_transfer_status

python/ccxt/paymium.py:586–591  ·  view source on GitHub ↗
(self, status: Str)

Source from the content-addressed store, hash-verified

584 }
585
586 def parse_transfer_status(self, status: Str) -> Str:
587 statuses = {
588 'executed': 'ok',
589 # what are the other statuses?
590 }
591 return self.safe_string(statuses, status, status)
592
593 def sign(self, path, api: Any = 'public', method='GET', params={}, headers: dict = None, body: Str = None):
594 url = self.urls['api']['rest'] + '/' + self.version + '/' + self.implode_params(path, params)

Callers 1

parse_transferMethod · 0.95

Calls 1

safe_stringMethod · 0.80

Tested by

no test coverage detected