API Rate Limit Error at 80k requests => not matching exchangeInfo daily limit?

Last night my all my bots on the same API Key started to receive rate limit errors - this was across various pairs. The are all running on the same IP. Error was

{“code”:-1015,“msg”:“Too many new orders; current limit is 80000 orders per 1 DAY.”}

However when I pull the exchange info from the API it says the daily limit is 160k

curl “https://api.binance.com/api/v3/exchangeInfo?symbol=ATOMUSDC
{“rateLimitType”:“ORDERS”,“interval”:“DAY”,“intervalNum”:1,“limit”:160000}

Any help appreciated - it looks like an IP ban, but I was sure the limit per IP was 160k orders per day?

The limit is 160k orders per day, although it seems your account has been flagged as doing abusive trading, read more in section “Machine Learning Limits” of https://www.binance.com/en/support/faq/360004492232

Thanks - that makes sense. Some of the market volumes are getting low so my fill rate is through the floor. I’ll get the bots to back off a bit