Skip to main content
POST
Cancel order

Authorizations

APIKey
string
header
required

General API key with full access

Authent
string
header
required

Authentication string

Query Parameters

processBefore
string<date-time>

The time before which the request should be processed, otherwise it is rejected.

order_id
string

The unique identifier of the order to be cancelled.

cliOrdId
string

The client unique identifier of the order to be cancelled.

Response

200 - application/json
cancelStatus
object
required

A structure containing information on the cancellation request.

result
enum<string>
required
Available options:
success
Example:

"success"

serverTime
string<date-time>
required

Server time in Coordinated Universal Time (UTC)

Example:

"2020-08-27T17:03:33.196Z"