We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this error when I try to track more than 100 pairs.
{'id': 'xxxx', 'type': 'error', 'code': 509, 'data': 'exceed max subscription count limitation of 100 per time'}
Can't find how to do.
The text was updated successfully, but these errors were encountered:
I have this error when I try to track more than 100 pairs. {'id': 'xxxx', 'type': 'error', 'code': 509, 'data': 'exceed max subscription count limitation of 100 per time'} Can't find how to do.
https://docs.kucoin.com/#request-rate-limit
Topic Subscription Limit Maximum number of batch subscriptions at a time: 100 topics Subscription limit for each connection: 300 topics
If you really need to subscribe to so many topics, you can use multiple sub-accounts to subscribe
Sorry, something went wrong.
How can I increase it to 300 on one connection? What is the way to do it? Do I need to pause for some seconds after subscribing 100 pairs?
ISAAC-XXYYZZ
No branches or pull requests
I have this error when I try to track more than 100 pairs.
{'id': 'xxxx', 'type': 'error', 'code': 509, 'data': 'exceed max subscription count limitation of 100 per time'}
Can't find how to do.
The text was updated successfully, but these errors were encountered: