mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 12:39:51 +08:00
BLD: trying to catch as many trades as possible
This commit is contained in:
@@ -1103,7 +1103,7 @@ class CCXT(Exchange):
|
||||
|
||||
return result
|
||||
|
||||
def get_trades(self, asset, my_trades=True, start_dt=None, limit=None):
|
||||
def get_trades(self, asset, my_trades=True, start_dt=None, limit=100):
|
||||
if not my_trades:
|
||||
raise NotImplemented(
|
||||
'get_trades only supports "my trades"'
|
||||
|
||||
Reference in New Issue
Block a user