{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.maker.quotes.(currency)"
]
}
}{
"data": [
{
"label": "example_quote",
"price": 10,
"direction": "buy",
"legs": [
{
"price": 10,
"direction": "buy",
"instrument_name": "BTC-16NOV24-82000-C",
"ratio": 1
}
],
"amount": 25,
"block_rfq_id": 724,
"replaced": false,
"filled_amount": 0,
"last_update_timestamp": 1731665928291,
"creation_timestamp": 1731665928291,
"block_rfq_quote_id": 1301,
"quote_state": "open"
}
]
}block_rfq.maker.quotes.(currency)
Get notifications about the state of your Block RFQ quotes. Subscribe to this channel to receive real-time updates when your quotes are added, edited, cancelled, or when quotes are accepted by takers.
๐ Related Article: Deribit Block RFQ API walkthrough
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.maker.quotes.(currency)"
]
}
}{
"data": [
{
"label": "example_quote",
"price": 10,
"direction": "buy",
"legs": [
{
"price": 10,
"direction": "buy",
"instrument_name": "BTC-16NOV24-82000-C",
"ratio": 1
}
],
"amount": 25,
"block_rfq_id": 724,
"replaced": false,
"filled_amount": 0,
"last_update_timestamp": 1731665928291,
"creation_timestamp": 1731665928291,
"block_rfq_quote_id": 1301,
"quote_state": "open"
}
]
}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 quote was created (milliseconds since the Unix epoch)
Timestamp of the last update of the quote (milliseconds since the UNIX epoch)
ID of the Block RFQ
ID of the Block RFQ quote
State of the quote
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_nonePrice of a quote
This value multiplied by the ratio of a leg gives trade size on that leg.
Direction of trade from the maker perspective
buy, sellFilled amount of the quote. For perpetual and futures the filled_amount is in USD units, for options - in units or corresponding cryptocurrency contracts, e.g., BTC or ETH.
Ratio of amount between legs
Unique instrument identifier
Direction: buy, or sell
buy, sellPrice for a leg
It 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
true if the quote was edited, otherwise false.
User defined label for the quote (maximum 64 characters)
The name of the application that placed the quote on behalf of the user (optional).
Reason of quote cancellation
Was this page helpful?