Hello,
as I understand, when I send some order request, in its response header should be property X-MBX-ORDER-COUNT-**
, but it’s not happening with these requests:
DELETE /fapi/v1/allOpenOrders
DELETE /fapi/v1/batchOrders
DELETE /fapi/v1/order
POST /fapi/v1/batchOrders
POST /fapi/v1/countdownCancelAll
I also tested, that header is not just missing, but it isn’t counting order weight at all, instead, these requests are counted as X-MBX-USED-WEIGHT
.
PS: I am testing this on the Binance Futures Testnet.