(self, params={})
| 793 | raise NotSupported(self.id + ' unWatchOrderBook() is not supported yet') |
| 794 | |
| 795 | async def fetch_time(self, params={}): |
| 796 | raise NotSupported(self.id + ' fetchTime() is not supported yet') |
| 797 | |
| 798 | async def fetch_trading_limits(self, symbols: Strings = None, params={}): |
| 799 | raise NotSupported(self.id + ' fetchTradingLimits() is not supported yet') |
no test coverage detected