Batch Modify Orders
Description
Not Supported
This Binance endpoint (PUT /fapi/v1/batchOrders) is not implemented on ZTDX.
Calling it returns 405 Method Not Allowed in every environment — the
/fapi/v1/batchOrders path only accepts DELETE (batch cancel).
HTTP Request
PUT /fapi/v1/batchOrders — not implemented, returns 405.
Alternatives
- Modify orders individually with
PUT /fapi/v1/order— one request per order. - Batch cancel is supported via
DELETE /fapi/v1/batchOrders.