altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
619 stars 186 forks source link

Bitfinex rate limit #297

Open ProtonGustave opened 2 years ago

ProtonGustave commented 2 years ago

From docs:

Aside from that, you can subscribe to up to 25 channels at the same time per connection

But looks like they not too strict about it, we're subscribing for trades for 220 pairs and got disconnected just 10 minutes later. Need to implement multiple websocket connections to support this rate limit.