Skip to content
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

Open
dedpnd opened this issue Jan 16, 2025 · 4 comments
Open

IP Rate Limit #201

dedpnd opened this issue Jan 16, 2025 · 4 comments

Comments

@dedpnd
Copy link
Contributor

dedpnd commented Jan 16, 2025

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

@lyro41
Copy link
Contributor

lyro41 commented Jan 16, 2025

What do you mean? Could you please elaborate?

@Sagleft
Copy link
Contributor

Sagleft commented Jan 23, 2025

you need to handle this on your application side. check the error text and after some time just make repeated requests

@dedpnd
Copy link
Contributor Author

dedpnd commented Jan 24, 2025

What do you mean? Could you please elaborate?

The number of requests from the client is limited. Bybit does not recommend violating it.

@dedpnd
Copy link
Contributor Author

dedpnd commented Jan 24, 2025

you need to handle this on your application side. check the error text and after some time just make repeated requests

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants