(self, params={})
| 3324 | return {} |
| 3325 | |
| 3326 | def fetch_accounts(self, params={}): |
| 3327 | raise NotSupported(self.id + ' fetchAccounts() is not supported yet') |
| 3328 | |
| 3329 | def fetch_trades(self, symbol: str, since: Int = None, limit: Int = None, params={}): |
| 3330 | raise NotSupported(self.id + ' fetchTrades() is not supported yet') |
no test coverage detected