Changes to Cancel an Existing Order and Send a New Order (Trade)

POST /api/v3/order/cancelReplace

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 26 revisions of this API.9

  1. 6622e0c151003
  2. 042dad2ebffe3
  3. f9cbbeb40e312
  4. 4c0cc49163ca1

What changed

    • added the new optional query request parameter cancelRestrictions

      new-optional-request-parameter

    • added the new optional query request parameter selfTradePreventionMode

      new-optional-request-parameter

    • added the optional property cancelResponse/transactTime to the response with the 200 status

      response-optional-property-added

    • added the required property cancelResponse/selfTradePreventionMode to the response with the 200 status

      response-required-property-added

    • added the required property newOrderResponse/selfTradePreventionMode to the response with the 200 status

      response-required-property-added

    • added the required property newOrderResponse/workingTime to the response with the 200 status

      response-required-property-added

    • added the new optional query request parameter strategyId

      new-optional-request-parameter

    • added the new optional query request parameter strategyType

      new-optional-request-parameter

    • endpoint added

      endpoint-added