ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

Getting all orderbooks without getting throttled #124

Open tvkoppen opened 6 years ago

tvkoppen commented 6 years ago

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.

skyl commented 6 years ago

I think you need to look at the 2.0 websocket API to do this. Unfortunately it hasn't stabilized yet.