Trading

Cancel Order

Cancel an open order and return locked funds

delete/orders/{orderId}

Path parameters

orderIdstring required
Example:6f52b6d2-6c9e-4a5c-8a4f-28ab4b7ff203

Unique identifier of the order to be cancelled

Response

Order successfully cancelled

messagestring required

Confirmation message for the cancelled order

Example response

{
  "message": "Order canceled successfully"
}

Changes

Changed in 4 of the 32 revisions of this API.7

    • added the non-success response with the status

      response-non-success-status-added

    • removed the non-success response with the status

      response-non-success-status-removed

    • added the non-success response with the status

      response-non-success-status-added

    • the endpoint scheme security HmacAuth was added to the API

      api-security-added

    • the endpoint scheme security ApiKeyAuth was removed from the API

      api-security-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added

    • the endpoint scheme security bearer was removed from the API

      api-security-removed