(self, position: dict, market: Market = None)
| 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') |
no test coverage detected