Skip to main content

Cancel order (deprecated)

DELETE 

/api/v1/order/:ref_id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

DEPRECATED: Use /api/v1/orders/{ref_id} instead. Begins the cancellation process of an existing active order from the exchange. N.B. it is still possible to receive trades on the order that is being canceled. ref_id must be one of the following:

  • The exchange assigned order ID.

  • UUID version 4 in its human readable form, with hypens, and in lowercase.

  • ASCII RFC 3986 compliant character string that does not exceed 18 characters.

    • Acceptable characters are a-z, A-Z, 0-9, -, _, ., ~

Request

Responses

Successful operation.