Skip to main content

Order Modification History

Description

Not Supported

This Binance endpoint (GET /fapi/v1/orderAmendment) is not implemented on ZTDX. Calling it returns 404 Not Found in every environment. Order modifications performed via PUT /fapi/v1/order do not produce amendment records.

HTTP Request

GET /fapi/v1/orderAmendmentnot implemented, returns 404.

Alternatives

  • Query the current state of an order (post-modify price / quantity and updateTime) with GET /fapi/v1/order.
  • If you need an amendment audit trail, record the request / response pairs of your own PUT /fapi/v1/order calls client-side.