You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
I noticed coinbase not able to connect streams. So i checked its documentation and I find that they rate-limiting to 100 per second. I tested by adding manual code that limits subscription and it works perfectly.
Please check this and implement it for coinbase pro.
This is from Coinbase API documentation The websocket feed is publicly available, but connections to it are rate-limited to 1 per 4 seconds per IP, messages sent by client on each connection are rate-limited to 100 per second per IP.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I noticed coinbase not able to connect streams. So i checked its documentation and I find that they rate-limiting to 100 per second. I tested by adding manual code that limits subscription and it works perfectly.
Please check this and implement it for coinbase pro.
This is from Coinbase API documentation
The websocket feed is publicly available, but connections to it are rate-limited to 1 per 4 seconds per IP, messages sent by client on each connection are rate-limited to 100 per second per IP.
Thanks
The text was updated successfully, but these errors were encountered: