v2
latestOpenAPI 3.0.02026-07-311824171.4 MBBlock RFQ
Private
Taker method
Allows Block RFQ taker to cancel an active trigger for a Block RFQ. The response includes the full Block RFQ object with the trade trigger state set to cancelled.
Use private/get_block_rfqs to retrieve Block RFQ information.
📖 Related Article: Deribit Block RFQ API walkthrough
Scope: block_rfq:read_write
get/private/cancel_block_rfq_trigger
Query parameters
block_rfq_idinteger required
ID of the Block RFQ
Response
Success response
Example response
{
"creation_timestamp": 1536569522277,
"expiration_timestamp": 1536569522277,
"asks": [
{
"last_update_timestamp": 1536569522277,
"expires_at": 1745312540321
}
],
"bids": [
{
"last_update_timestamp": 1536569522277,
"expires_at": 1745312540321
}
],
"legs": [
{
"instrument_name": "BTC-PERPETUAL"
}
],
"hedge": {
"instrument_name": "BTC-PERPETUAL"
},
"combo_id": "BTC-FS-31DEC21-PERP",
"app_name": "Example Application",
"taker": "TAKER1"
}