remove get_markets
This commit is contained in:
@@ -680,10 +680,6 @@ class Exchange(object):
|
||||
except ccxt.BaseError as e:
|
||||
raise OperationalException(e)
|
||||
|
||||
@retrier
|
||||
def get_markets(self) -> List[dict]:
|
||||
return list(self.markets.values())
|
||||
|
||||
@retrier
|
||||
def get_fee(self, symbol='ETH/BTC', type='', side='', amount=1,
|
||||
price=1, taker_or_maker='maker') -> float:
|
||||
|
Reference in New Issue
Block a user