Skip to main content
POST
Cancel Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
cancel
object
required
clientRequestId
string

Client-generated UUID for correlation.

Response

queued
boolean
required

Always true.

accepted
boolean
required

Always false.

action
string
required

Always cancel.

contract
string
required

Contract name.

orderId
string
required

Unique identifier for the order.

body
string

Always order queued, pending acceptance.

messageId
string

Identifier assigned to the queued request.

clientRequestId
string

Client-generated UUID for correlation.