v3
latestOpenAPI 3.0.02026-07-311784111.3 MBCancels quotes (mass quote orders) based on various criteria. This method provides flexible options for cancelling quotes:
- delta: Cancels quotes within a delta range defined by min_delta and max_delta
- quote_set_id: Cancels quotes by a specific Quote Set identifier
- instrument: Cancels all quotes associated with a particular instrument
- kind: Cancels all quotes for a certain instrument kind
- currency: Cancels all quotes in a specified currency
- currency_pair: Cancels all quotes in a specified currency pair
- all: Cancels all quotes
Use the detailed parameter to receive a list of all cancelled quotes.
Scope: trade:read_write
Query parameters
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
Whether or not to reject incoming quotes for 1 second after cancelling (false by default). Related to private/mass_quote request.
Type of cancel criteria.
Min delta to cancel by delta (for cancel_type: delta).
Max delta to cancel by delta (for cancel_type: delta).
Unique identifier for the Quote set.
Instrument name.
Instrument kind: "future", "option", "spot", "future_combo", "option_combo", "combo" for any combo or "any" for all
Instrument kind, "combo" for any combo or "any" for all. If not provided instruments of all kinds are considered
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
Index identifier, matches (base) cryptocurrency with quote currency
The currency pair symbol
Response
Success response
Example response
{
"result": 3
}