cryptotik icon indicating copy to clipboard operation
cryptotik copied to clipboard

Integrate optional support for rate-limiting

Open peerchemist opened this issue 7 years ago • 2 comments

This decorator seems nice: https://pypi.python.org/pypi/ratelimit/1.1.0

https://stackoverflow.com/questions/40748687/python-api-rate-limiting-how-to-limit-api-calls-globally

peerchemist avatar Jan 31 '18 16:01 peerchemist

This is not bad at all: https://gist.githubusercontent.com/gregburek/1441055/raw/6a5d7075df4c272a533d977037c937d242373abe/rateLimitDecorator.py

peerchemist avatar Jan 31 '18 17:01 peerchemist

Bittrex seems to be capped at 1 request per second: https://github.com/thebotguys/golang-bittrex-api/issues/18

peerchemist avatar Feb 28 '18 16:02 peerchemist