Skip to content

Commit

Permalink
added parameters for get_current_order_count()
Browse files Browse the repository at this point in the history
  • Loading branch information
m-HD committed Nov 16, 2024
1 parent ebc1e11 commit c991914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binance/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ def get_current_order_count(self):
]
"""
return self._get("rateLimit/order", True)
return self._get('rateLimit/order', True, data=params)

def get_prevented_matches(self, **params):
"""Displays the list of orders that were expired because of STP.
Expand Down

0 comments on commit c991914

Please sign in to comment.