Skip to content

Commit

Permalink
dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 17, 2024
1 parent 365a3fd commit 764dae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unicorn_binance_rest_api/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6068,6 +6068,8 @@ def get_used_weight(self, cached: bool = False, cached_timeout: Optional[float]
"""
Get the used weight from Binance endpoints (weight costs: 1)
https://github.com/binance-us/binance-official-api-docs/blob/master/rest-api.md#limits
:param cached: Set to `True` if you want to get the cached instead of the current `used_weight`.
:type cached: bool
:param cached_timeout: If the cache is older than the timeout window, a new request is sent to the Binance API
Expand Down

0 comments on commit 764dae9

Please sign in to comment.