v2

OpenAPI 3.0.02026-07-311824171.4 MB
Block RFQ
Private

Taker method

Cancels a Block RFQ using the specified block_rfq_id.

Use private/get_block_rfqs to retrieve Block RFQ information, or private/create_block_rfq to create a new Block RFQ.

📖 Related Article: Deribit Block RFQ API walkthrough

Scope: block_rfq:read_write

Try in API console

get/private/cancel_block_rfq

Query parameters

block_rfq_idinteger required

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,
    "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"
  }
}