Cancel Orders by IDs

Cancel specified orders by providing a list of UUIDs or Identifiers. You can cancel up to 20 orders in a single request.

Query Params
uuids[]
array of strings

List of order UUIDs
The maximum number of orders that can be canceled is 20.
When querying with two or more UUIDs, specify the query parameters as follows:

[Example] uuids[]=uuid1&uuids[]=uuid2…

uuids[]
identifiers[]
array of strings

Client-specified identifiers for orders to cancel.
The maximum number of orders that can be canceled is 20.
When querying with two or more identifiers, specify the query parameters as follows:

[Example] identifiers[]=id1&identifiers[]=id2…

identifiers[]
Responses

Language
URL
Request
Response
Choose an example:
application/json