hello, I found that the error information contains no order related information after I request a new order.
for example, I launch 10 new orders at the same time with an asynchronous restful api.
From the information from binance server, I knows that some orders are New or Filled, some has errors, like this {“code”:-1013,“msg”:“Filter failure: MIN_NOTIONAL”}.
From the error information, I don’t know which order has this error, since it has no orderID or clientOrderId in this message.
Since new order command is launched in an asynchronous way, I have no extra information when receiving error message.
Really appreciate if any one can help!