Skip to main content
Version: 1.2.0 - Production

Cancel Order

POST 

/v1.2/order/cancel

Order status will change according to following sequence.

1.Send to Cancel
2.Pending Cancel
3.Cancelled or Reject

When canceling OMS-accepted orders, this API does not return a new orderReferenceId; instead, it returns the previous orderReferenceId obtained when placing the order.

orderId or orderReferenceId should be required.

Field NameEquityOptionFixed IncomeFundSpot
orderIdoptionaloptionaloptionaloptionaloptional
orderReferenceIdoptionaloptionaloptionaloptionaloptional

Request

Header Parameters

    Throttle-Key string

Body

    orderId string
    orderReferenceId string

Responses

OK

Schema
    status stringrequired
    reason stringrequired
    orderReferenceId stringrequired
Loading...
Is this page helpful for you?