mikekonan / exchange-proxy

exchange-proxy
GNU General Public License v3.0
110 stars 31 forks source link

429000 Too Many Requests #40

Closed SmartManoj closed 2 years ago

SmartManoj commented 2 years ago

image

mikekonan commented 2 years ago

Order books are not proxied over the cache, so if you have a large number of bots doing order book requests that probably will lead to 429s.

SmartManoj commented 2 years ago

Can we have a rateLimit config? If enableRateLimit and rateLimit is set in ccxt config, then it applies for all calls.

SmartManoj commented 2 years ago

What are the paths that are not proxied over cache?

mikekonan commented 2 years ago

Can we have a rate-limit config? - yes But you can't sync order books requests across multiple bot instances

mikekonan commented 2 years ago

https://github.com/mikekonan/exchange-proxy/blob/main/docs/exchanges/kucoin.md

SmartManoj commented 2 years ago

As it is 429000, it will be solved in https://github.com/freqtrade/freqtrade/pull/6584