python-bittrex
python-bittrex copied to clipboard
Getting all orderbooks without getting throttled
I think my IP is throttled, because I made too many orderbook requests. Does anyone know of a way to get all orderbooks (buy and sell) for all coinpairs without surpassing the rate limit? Poloniex just has an option 'all' to get all orderbooks at once.
I think you need to look at the 2.0 websocket API to do this. Unfortunately it hasn't stabilized yet.