v2
OpenAPI 3.0.02026-07-311824171.4 MBCancels all open orders for a specific instrument. This is useful for quickly clearing all orders for a single instrument.
Orders can be optionally filtered by order type (limit, market, stop, etc.). Use the detailed parameter to receive a list of all cancelled orders. The include_combos parameter can be used to include combo orders in the cancellation.
Scope: trade:read_write
Query parameters
Unique instrument identifier
Instrument name
Order type: "all", "limit", "stop", "take", "trailing_stop", "trailing_take"
Order type - limit, stop, take, trigger_all or all, default - all
When detailed is set to true, the output format is changed to include a list of all cancelled orders.
📖 Related Article: Detailed Response for Cancel Methods
Default: false
When set to true orders in combo instruments affecting a given position will also be cancelled. Default: false
Whether or not to reject incoming quotes for 1 second after cancelling (false by default). Related to private/mass_quote request.
Response
Success response
Example response
{
"result": 7
}