XChange
XChange copied to clipboard
Kraken - Rate API LIMITS
I created new PR to solve RATE API LIMITS "https://docs.kraken.com/rest/#section/Rate-Limits". Solution uses thread sleep for 3s and max 9 requests.
Should we pull this into first class rate limiting lib?
please read this to see how to implement rate limiting: https://github.com/knowm/XChange/wiki/Implementing-resiliency-features
We don't do the retries in this library like you implemented.