-
Notifications
You must be signed in to change notification settings - Fork 221
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
API rate limits #56
Comments
Sorry for late reply. We're in the way of redesign our new API rate limiting strategy. Current detailed rate limiting rules can be found here. If the link does not cover some questions you mentioned. You're welcomed to post more comments here. |
Thank @revilwang , really helpful.
Thanks again. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I was told by Gateio support to direct my query here.
The documentation regarding rate limits is unfortunately not very clear.
All it says is:
"
Spot:
300 read operations per IP per second
Futures:
200 requests/second each user for private operations
"
Questions:
So for SPOT, for reads (only) it is 300, per second, per IP. There is no limit per user, or per sub-account? i.e. if I had 100 IPs, I can read 30000 per second?
For SPOT, there is no limit whatsoever for writes?
For SPOT, it does not matter the difference between private/public endpoints? Both are limited as per above?
For FUTURES, private endpoints: 200 per second, regardless of read/write. This is across ALL sub-accounts? Or per sub-account?
For FUTURES, public endpoints there is no limit?
Does using a different API key make any difference to the above?
Thank you.
The text was updated successfully, but these errors were encountered: