v3
latestOpenAPI 3.0.02026-07-311784111.3 MBBlock RFQ
Private
Maker method
Cancels a single Block RFQ quote. You can identify the quote to cancel using either:
- block_rfq_quote_id - the unique ID of the quote
- block_rfq_id + label - the Block RFQ ID and the quote label
Note: Mass cancellation by label is not supported. This method cancels only one quote at a time. To cancel all quotes, use private/cancel_all_block_rfq_quotes.
📖 Related Article: Deribit Block RFQ API walkthrough
Scope: block_rfq:read_write
get/private/cancel_block_rfq_quote
Query parameters
block_rfq_quote_idinteger
ID of the Block RFQ quote
labelstring
User defined label for the Block RFQ quote (maximum 64 characters). Used to identify quotes of a selected Block RFQ
block_rfq_idinteger
ID of the Block RFQ
Response
Success response
Example response
{
"result": {
"creation_timestamp": 1536569522277,
"last_update_timestamp": 1536569522277,
"legs": [
{
"instrument_name": "BTC-PERPETUAL"
}
],
"hedge": {
"instrument_name": "BTC-PERPETUAL"
},
"app_name": "Example Application"
}
}