Closed jandykwan closed 1 year ago
Thanks for the report jandykwan
One limitation with the Binance API is they require you to pass the market
param for every different asset that needs to be reconciled, which can end up being many requests. Indeed some sort of rate limiting would solve this, there's currently an open issue and will be attended based on bandwidth https://github.com/nautechsystems/nautilus_trader/issues/547.
Closing this issue for now, as we finally have basic rate limiting for Binance.
Discussions and developments can be tracked here.
Bug Report
using the binance live, when start the tradingnode, too much rest request at the same time sent. the result is my ip is banned by binance. checking the source code. the problem as following: file: /home/jandy/Documents/opensource/nautilus_trader/nautilus_trader/adapters/binance/spot/execution.py
i have a lot of coins, different symbol. the above line sent a lof of rest request to binance. so my ip is banned. so i think the binancehttpclient should have a request limit. thanks.