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

Method parse_transfer_status

python/ccxt/ascendex.py:3242–3245  ·  view source on GitHub ↗
(self, status: Str)

Source from the content-addressed store, hash-verified

3240 }
3241
3242 def parse_transfer_status(self, status: Str) -> Str:
3243 if status == '0':
3244 return 'ok'
3245 return 'failed'
3246
3247 def fetch_funding_history(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}):
3248 """

Callers 1

parse_transferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected