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

Method parse_margin_status

python/ccxt/phemex.py:4188–4192  ·  view source on GitHub ↗
(self, status)

Source from the content-addressed store, hash-verified

4186 })
4187
4188 def parse_margin_status(self, status):
4189 statuses = {
4190 '0': 'ok',
4191 }
4192 return self.safe_string(statuses, status, status)
4193
4194 def parse_margin_modification(self, data: dict, market: Market = None) -> MarginModification:
4195 #

Callers 1

Calls 1

safe_stringMethod · 0.80

Tested by

no test coverage detected