Open nikkozp opened 5 years ago
Hi, I might add this add some point, but I'm currently busy with some other stuff. I'll keep this issue open so I won't forget it.
Thanks. Want to leave their wishes:
Also thanks it will be very useful for me also (weighted + priority)
Thanks. Want to leave their wishes:
- Ability to set HighPriority for the request to work without delay, but not exceed the Weight. Globally and for each request separately.
Maybe we have delayed because every Api call check server time by Api call.
The latest versions have a refactored rate limiting system, and a default rate limiter applied for the client. With this the weight of requests to the Binance API have been added. As for a priority
request, this is not something I could easily add in. I would suggest working around this by creating a new client without rate limiter and using that for priority requests while maybe lowering the rate limit on the normal client.
Hey. Noticed that you have a RateLimit which is responsible for requests per second.
Binance uses Weight in its queries. Do you have plans to add RateLimitBehaviour with Weight?