This endpoint is designed to handle the cancellation of all orders. If any order can no longer be cancelled (for example, if it has already been executed or previously cancelled), the request will not fail.

Required Request Headers:

  • X-Signature: The required digital signature of the request.

Body parameters:

  • timestamp : Time of request creation, required for all trading requests. In milliseconds.
  • recv_window: The number of milliseconds after timestamp the request is valid for.

Responses:

  • 200 OK: Successfully cancelled order.
  • 400 Bad Request: Timestamp is older that nowtime - 5 seconds, signature is invalid.

🚧

Undocumented

All possible API behavior is not documented yet.

Each request to this endpoint costs 1 API credits.

Language
Credentials
Header
Click Try It! to start a request and see the response here!