CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 269 forks source link

Ip banned too much request #29

Open mrtom31 opened 2 years ago

mrtom31 commented 2 years ago

Looks like time.sleep(60*frequency) was removed we need it back

CyberPunkMetalHead commented 2 years ago

Adding sleep would make the whole strategy meaningless. Are you running other Binance bots apart from this one?

MostafaTaheri commented 2 years ago

In the rest API the request limitation is 10 requests per second.