Skip to content

Commit

Permalink
add missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Nov 17, 2024
1 parent 980661a commit 8075b81
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, **params):
]
"""
return self._get("rateLimit/order", True, data=params)
return self._get("rateLimit/order", True, version=self.PRIVATE_API_VERSION, 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 8075b81

Please sign in to comment.