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

Method parse_position

python/ccxt/base/exchange.py:3497–3498  ·  view source on GitHub ↗
(self, position: dict, market: Market = None)

Source from the content-addressed store, hash-verified

3495 raise NotSupported(self.id + ' fetchLeverageTiers() is not supported yet')
3496
3497 def parse_position(self, position: dict, market: Market = None):
3498 raise NotSupported(self.id + ' parsePosition() is not supported yet')
3499
3500 def parse_funding_rate_history(self, info, market: Market = None):
3501 raise NotSupported(self.id + ' parseFundingRateHistory() is not supported yet')

Callers 1

parse_positionsMethod · 0.95

Calls 1

NotSupportedClass · 0.90

Tested by

no test coverage detected