How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Deribit Block RFQ API

The Block RFQ API from Deribit — 13 operation(s) for block rfq.

Deribit Block RFQ API is one of 19 APIs that Deribit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Block RFQ. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and rate-limit docs.

This API exposes 13 operations across 13 paths, and defines 50 schemas. It is described by OpenAPI 3.0.0, at version 2.1.1.

Requests are made against a single base URL, https://test.deribit.com/api/v2.

13 operations 13 paths 50 schemas 13 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.1.1
Base URL
https://www.deribit.com/api/v2
Resource Areas
1

Paths & Operations 13

Across 13 paths, the API surfaces 13 operations — 13 GET. Each is listed below with its method, path, parameters, and response codes.

Block RFQ 13
GET
/private/get_block_rfqs
Returns a list of Block RFQs that were either created by the user or assigned to them as a maker, sorted in descending order. trades and markprice are only visible for the filled Block RFQ. When a bl…
6 params body → 200
GET
/private/create_block_rfq
Taker method Creates a new Block RFQ. Use [private/getblockrfqs](https://docs.deribit.com/api-reference/block-rfq/private-getblockrfqs) to retrieve Block RFQ information. Block RFQ pre-allocation: Th…
6 params body → 200
GET
/private/cancel_block_rfq
Taker method Cancels a Block RFQ using the specified blockrfqid. Use [private/getblockrfqs](https://docs.deribit.com/api-reference/block-rfq/private-getblockrfqs) to retrieve Block RFQ information, o…
1 param body → 200
GET
/private/accept_block_rfq
Taker method Allows Block RFQ taker to accept a quote by sending a single crossing price. The order can be either filled immediately (fillorkill) or remain active until cancelled (goodtilcancelled).…
7 params body → 200
GET
/private/cancel_block_rfq_trigger
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/getblockrf…
1 param body → 200
GET
/private/get_block_rfq_quotes
Maker method Retrieves all open quotes for Block RFQs. When a blockrfqid is specified, only the open quotes for that particular Block RFQ will be returned. When a label is specified, all quotes with…
3 params body → 200
GET
/private/add_block_rfq_quote
Maker method Adds a quote to an existing Block RFQ. To calculate individual leg prices, use [private/getlegprices](https://docs.deribit.com/api-reference/combo-books/private-getlegprices). Use [priva…
9 params body → 200
GET
/private/edit_block_rfq_quote
Maker method Edits a Block RFQ quote using the specified blockrfqquoteid. Alternatively, you can use a combination of blockrfqid and label to edit the quote. Use [private/addblockrfqquote](https://do…
7 params body → 200
GET
/private/cancel_block_rfq_quote
Maker method Cancels a single Block RFQ quote. You can identify the quote to cancel using either: - blockrfqquoteid - the unique ID of the quote - blockrfqid + label - the Block RFQ ID and the quote…
3 params body → 200
GET
/private/cancel_all_block_rfq_quotes
Maker method Cancels all user quotes in all Block RFQs. Optionally cancels all quotes in a specific RFQ if the blockrfqid is provided. Note: Mass cancellation by label is not supported. This method w…
2 params body → 200
GET
/private/get_block_rfq_makers
Returns a list of all available Block RFQ makers. This method takes no parameters. Use this method to retrieve the list of makers that can be specified when creating a Block RFQ with [private/createb…
body → 200
GET
/public/get_block_rfq_trades
Returns a list of recent Block RFQ trades. Can be optionally filtered by currency. This is a public method that provides market data about completed Block RFQ trades. For private Block RFQ informatio…
3 params body → 200
GET
/private/get_block_rfq_user_info
Returns identity and rating information for the requesting account and its subaccounts. Includes both group-level and individual user-level alias data, if available. This information is useful for un…
body → 200

Schemas 50

The contract defines 50 schemas that model the data the API accepts and returns. The most detailed are user_trade (38 properties), block_rfq (24 properties), block_rfq_quote (16 properties), block_trade (6 properties). Each schema is shown below with its type and property counts.

quote_bids
array
block_trade_id_in_result
string
Block trade id - when trade was part of a block trade
order_state_in_user_trade
string
Order state: "open", "filled", "rejected", "cancelled", "untriggered" or "archive" (if order was archived)
PrivateGetBlockRfqUserInfoResponse
object
3 properties 2 required
continuation
string
Continuation token for pagination.
mark_price
number
The mark price for the instrument
trade_id
string
Unique (per currency) trade identifier
block_rfq_trade_tape_continuation
string
Continuation token for pagination. NULL when no continuation. Consists of timestamp and blockrfqid.
PrivateAddBlockRfqQuoteResponse
object
3 properties 2 required
trade_trigger_state
string
Trade trigger state: "untriggered" or "cancelled"
timestamp
integer
The timestamp (milliseconds since the Unix epoch)
label_presentation
string
User defined label (presented only when previously set for order by user)
trade_allocations
array
List of allocations for Block RFQ pre-allocation. Allows to split amount between different (sub)accounts or broker clients. Each allocation must specify either…
block_rfq
object
24 properties
block_rfq_legs
array
replaced_quote
boolean
true if the quote was edited, otherwise false.
PrivateCreateBlockRfqResponse
object
3 properties 2 required
combo_id
string
Unique combo identifier
block_trade_id
string
Block trade id
tick_direction
integer
Direction of the "tick" (0 = Plus Tick, 1 = Zero-Plus Tick, 2 = Minus Tick, 3 = Zero-Minus Tick).
profit_loss
number
Profit and loss in base currency.
currency
string
Currency, i.e "BTC", "ETH", "USDC"
PrivateCancelBlockRfqResponse
object
3 properties 2 required
block_rfq_hedge_leg
object
4 properties
PublicGetBlockRfqTradesResponse
object
3 properties 2 required
amount
number
It represents the requested order size. For perpetual and inverse futures the amount is in USD units. For options and linear futures it is the underlying base…
block_rfq_quote
object
16 properties
filled_amount_quote
number
Filled amount of the quote. For perpetual and futures the filledamount is in USD units, for options - in units or corresponding cryptocurrency contracts, e.g.,…
PrivateAcceptBlockRfqResponse
object
3 properties 2 required
PrivateCancelBlockRfqQuoteResponse
object
3 properties 2 required
user_id
integer
Unique user identifier
direction
string
Direction: buy, or sell
trade_timestamp
integer
The timestamp of the trade (milliseconds since the UNIX epoch)
block_rfq_currency
string
Currency, i.e "BTC", "ETH", "USDC"
currency_with_any
string
Currency name or "any" if don't care
leg_structure
array
PrivateEditBlockRfqQuoteResponse
object
3 properties 2 required
block_trade
object
6 properties 3 required
PrivateCancelAllBlockRfqQuotesResponse
object
3 properties 2 required
PrivateGetBlockRfqsResponse
object
3 properties 2 required
PrivateGetBlockRfqMakersResponse
object
3 properties 2 required
PrivateCancelBlockRfqTriggerResponse
quote_direction
string
Direction of trade from the maker perspective
price
number
Price in base currency
instrument_name
string
Unique instrument identifier
trade_trigger
object
Contains information about the trade trigger state
4 properties 3 required
quote_asks
array
PrivateGetBlockRfqQuotesResponse
object
3 properties 2 required
user_trade
object
38 properties 15 required
trade_seq
integer
The sequence number of the trade within instrument

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

deribit-block-rfq-api-openapi.yml Raw ↑

Other APIs Deribit publishes across the network.

Deribit WebSocket API
Deribit FIX API
Deribit Account Management API
Deribit Authentication API
Deribit Block Trade API
Deribit Combo Books API
Deribit Mark Price API
Deribit Market Data API
Deribit Matching Engine API
Deribit Portfolio Management API
Deribit Private API
Deribit Public API
Where this information came from

This is an independent, third-party profile of Deribit Block RFQ API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.