code=-1000, msg=An unknown error occurred while processing the request.

I’m getting this error when submitting market orders sometimes in these days.
Once the error occurs, requests at that time will all fail even if several hundred milliseconds backoff.
Is there anyone that knows what this might be?

API: /sapi/v1/margin/order

A generic error with the Binance API when attempting to submit market orders. Error code -1000 with the message “An unknown error occurred while processing the request” typically indicates a server-side issue or connectivity problem.

Make sure your network connection is stable. Sometimes, intermittent connectivity issues can cause such errors.
Make sure timestamp you are sending with your requests is synchronized with Binance’s server time. This can be a hidden cause of issues when the local clock is not synced properly.