{
"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"
}
}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
Was this page helpful?