Recently I have been getting random timeouts. My code worked properly for months but now it times out maybe 75% of the time.
It seems to happen when using the https://api.binance.com/api/v3/myTrades endpoint. I am checking many different trading pairs one after the other. However, I do not exceed the weight limit.
Error code:
requests.exceptions.ConnectionError: (‘Connection aborted.’, TimeoutError(10060, ‘A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond’, None, 10060, None))