v3
latestOpenAPI 3.0.02026-07-311784111.3 MBBlock RFQ
Private
Maker method
Cancels all user quotes in all Block RFQs. Optionally cancels all quotes in a specific RFQ if the block_rfq_id is provided.
Note: Mass cancellation by label is not supported. This method will cancel all quotes regardless of their labels. To cancel a single quote, use private/cancel_block_rfq_quote.
📖 Related Article: Deribit Block RFQ API walkthrough
Scope: block_rfq:read_write
get/private/cancel_all_block_rfq_quotes
Query parameters
block_rfq_idinteger
ID of the Block RFQ
detailedboolean
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
Response
Success response
Example response
{
"result": 7
}