Skip to content

Commit a7d82fc

Browse files
committed
mod default limit
1 parent fedb8e0 commit a7d82fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tigeropen/trade/trade_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def get_funding_history(self, seg_type=None):
943943
return None
944944

945945
def get_fund_details(self, seg_types, account=None, fund_type=None, currency=None,
946-
start=0, limit=50, start_date=None, end_date=None, secret_key=None,
946+
start=0, limit=None, start_date=None, end_date=None, secret_key=None,
947947
lang=None):
948948
params = FundDetailsParams()
949949
params.account = account if account else self._account

0 commit comments

Comments
 (0)