Request Parameters
Name | Description | Type |
---|---|---|
uuids[]* | List of order uuids (Max. 20) | Array[String] |
identifiers[]* | List of order identifiers (Max. 20) *Either uuids or identifiers field is required, and you cannot use both fields simultaneously. | Array[String] |
This API only accepts the query parameter format. Please note that requesting with body is not supported.
Response
필드 | 설명 | 타입 |
---|---|---|
success | information of orders successfully requested for cancellation | Object |
success.count | The number of orders successfully requested for cancellation | Number |
success.orders | List of the orders successfully requested for cancellation | Array[Object] |
success.orders.uuid | UUID of the order | String |
success.orders.identifier | User custom value for query *Provided only for orders created after October 18, 2024 | |
success.orders.market | Market pair of the order | String |
failed | information of orders failed to request for cancellation | Object |
failed.count | The number of orders failed to request for cancellation | Number |
failed.orders | List of the orders failed to request for cancellation | Array[Object] |
failed.orders.uuid | UUID of the order | String |
failed.orders.identifier | User custom value for query *Provided only for orders created after October 18, 2024 | String |
failed.orders.market | Market pair of the order | String |
Cancellation FailureCancellation requests could fail for some orders due to reasons such as the order already being completely filled or canceled before the request, or temporary market suspension (rebranding, etc).