New error, not found in doc: code: -1135, msg: 'Invalid account status.'

Hi,

a new error just showed up with apparently no reason.
This one is not on the doc Binance API Documentation

No action has been done neither on the account nor on the dev.

It happens when calling /fapi/v1/batchOrders, only on one account.
Another account works fine. The route was working fine few minutes before the error.

Error { code: -1135, msg: ‘Invalid account status.’ }

Any idea what’s wrong? Seems to be account related, but the account works well when logging on apps/web. No communication received from binance neither.

Thanks a lot,

Check if you haven’t violate the Trading Quantitative Rules:
https://binance-docs.github.io/apidocs/futures/en/#futures-trading-quantitative-rules-indicators-user_data

ok thanks seems to be related;
we made hundreds of smalls trades within an hour while testing our bot in beta.

would be nice to add the error message in the doc