{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.taker.(currency)"
]
}
}{
"data": {
"label": "example",
"state": "open",
"amount": 10000,
"role": "taker",
"bids": [
{
"amount": 10000,
"price": 291664.14,
"makers": [
"ANONYMOUS"
],
"last_update_timestamp": 1740047910507,
"execution_instruction": "any_part_of"
}
],
"asks": [],
"combo_id": null,
"legs": [
{
"direction": "buy",
"instrument_name": "BTC-21FEB25",
"ratio": 1
},
{
"direction": "buy",
"instrument_name": "BTC-28FEB25",
"ratio": 1
},
{
"direction": "buy",
"instrument_name": "BTC-PERPETUAL",
"ratio": 1
}
],
"min_trade_amount": 10,
"makers": [
"MAKER1",
"MAKER2"
],
"creation_timestamp": 1740047910438,
"block_rfq_id": 321,
"expiration_timestamp": 1740048210438,
"taker_rating": "1-2",
"disclosed": true,
"taker": "TAKER1"
}
}block_rfq.taker.(currency)
Get notifications about the state of your Block RFQ. trades are only visible if the Block RFQ was filled.
Note: After Block RFQ creation, a grace period of 5 seconds begins, during which the taker cannot see quotes or trade the Block RFQ.
๐ Related Article: Deribit Block RFQ API walkthrough
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.taker.(currency)"
]
}
}{
"data": {
"label": "example",
"state": "open",
"amount": 10000,
"role": "taker",
"bids": [
{
"amount": 10000,
"price": 291664.14,
"makers": [
"ANONYMOUS"
],
"last_update_timestamp": 1740047910507,
"execution_instruction": "any_part_of"
}
],
"asks": [],
"combo_id": null,
"legs": [
{
"direction": "buy",
"instrument_name": "BTC-21FEB25",
"ratio": 1
},
{
"direction": "buy",
"instrument_name": "BTC-28FEB25",
"ratio": 1
},
{
"direction": "buy",
"instrument_name": "BTC-PERPETUAL",
"ratio": 1
}
],
"min_trade_amount": 10,
"makers": [
"MAKER1",
"MAKER2"
],
"creation_timestamp": 1740047910438,
"block_rfq_id": 321,
"expiration_timestamp": 1740048210438,
"taker_rating": "1-2",
"disclosed": true,
"taker": "TAKER1"
}
}Currency code or any for all
Allowed values: BTC, ETH, USDC, USDT, EURR, any
BTC, ETH, USDC, USDT, EURR, anyClient sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
The timestamp when Block RFQ was created (milliseconds since the Unix epoch)
The timestamp when the Block RFQ will expire (milliseconds since the UNIX epoch)
ID of the Block RFQ
Role of the user in Block RFQ
taker, makerState of the Block RFQ
open, filled, cancelled, expiredRating of the taker
This value multiplied by the ratio of a leg gives trade size on that leg.
Minimum amount for trading
Maker of the quote
Price of a quote
Timestamp of the last update of the quote (milliseconds since the UNIX epoch)
Execution instruction of the quote. Default - any_part_of
"all_or_none (AON)"- The quote can only be filled entirely or not at all, ensuring that its amount matches the amount specified in the Block RFQ. Additionally, 'all_or_none' quotes have priority over 'any_part_of' quotes at the same price level."any_part_of (APO)"- The quote can be filled either partially or fully, with the filled amount potentially being less than the Block RFQ amount.
any_part_of, all_or_noneThis value multiplied by the ratio of a leg gives trade size on that leg.
The timestamp when the quote expires (milliseconds since the Unix epoch), equal to the earliest expiry of placed quotes
Maker of the quote
Price of a quote
Timestamp of the last update of the quote (milliseconds since the UNIX epoch)
Execution instruction of the quote. Default - any_part_of
"all_or_none (AON)"- The quote can only be filled entirely or not at all, ensuring that its amount matches the amount specified in the Block RFQ. Additionally, 'all_or_none' quotes have priority over 'any_part_of' quotes at the same price level."any_part_of (APO)"- The quote can be filled either partially or fully, with the filled amount potentially being less than the Block RFQ amount.
any_part_of, all_or_noneThis value multiplied by the ratio of a leg gives trade size on that leg.
The timestamp when the quote expires (milliseconds since the Unix epoch), equal to the earliest expiry of placed quotes
Ratio of amount between legs
Unique instrument identifier
Direction: buy, or sell
buy, sellIt represents the requested hedge leg size. For perpetual and inverse futures the amount is in USD units. For options and linear futures it is the underlying base currency coin.
Unique instrument identifier
Direction: buy, or sell
buy, sellPrice for a hedge leg
Unique combo identifier
User defined label for the Block RFQ (maximum 64 characters)
The name of the application that created the Block RFQ on behalf of the user (optional, visible only to taker).
The mark price for the instrument
Indicates whether the RFQ was created as non-anonymous, meaning taker and maker aliases are visible to counterparties.
Taker alias. Present only when disclosed is true.
Indicates whether the RFQ is included in the taker's rating calculation. Present only for closed RFQs created by the requesting taker.
Direction: buy, or sell
buy, sellPrice in base currency
Trade amount. For options, linear futures, linear perpetuals and spots the amount is denominated in the underlying base currency coin. The inverse perpetuals and inverse futures are denominated in USD units.
Alias of the maker (optional)
Amount of the hedge leg. For linear futures, linear perpetuals and spots the amount is denominated in the underlying base currency coin. The inverse perpetuals and inverse futures are denominated in USD units.
Present only if a trade trigger was placed by the taker and only visible to taker. Only for cases: cancelled (contains the reason for cancellation) and untriggered (contains the information about the trade trigger).
Trade trigger state: "untriggered" or "cancelled"
triggered, untriggered, cancelledPrice of the trade trigger
Direction of the trade trigger
buy, sellReason for cancellation, present only when state is cancelled
List of allocations for Block RFQ pre-allocation. Allows to split amount between different (sub)accounts. The taker can also allocate to himself. Visible only to the taker.
User ID to allocate part of the RFQ amount. For brokers the User ID is obstructed.
Client allocation info for brokers.
ID of a client; available to broker. Represents a group of users under a common name.
ID assigned to a single user in a client; available to broker.
Name of the linked user within the client; available to broker.
Amount allocated to this user or client.
Was this page helpful?