v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Block 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

Try in API console

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

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": {
    "creation_timestamp": 1536569522277,
    "last_update_timestamp": 1536569522277,
    "legs": [
      {
        "instrument_name": "BTC-PERPETUAL"
      }
    ],
    "hedge": {
      "instrument_name": "BTC-PERPETUAL"
    },
    "app_name": "Example Application"
  }
}