-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IP Rate Limit #201
Comments
What do you mean? Could you please elaborate? |
you need to handle this on your application side. check the error text and after some time just make repeated requests |
The number of requests from the client is limited. Bybit does not recommend violating it. |
Of course, I can solve this on the app side. Checking the error is a bad option, as repeated violations cause a ban. That's why I got interested, maybe the author has already solved this issue. |
Hi, thanks for your great app. My question is, do you take the rate limit into account?
https://bybit-exchange.github.io/docs/v5/rate-limit
The text was updated successfully, but these errors were encountered: