{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.trades.(currency)"
]
}
}{
"data": {
"id": 939,
"timestamp": 1739869829823,
"amount": 50,
"direction": "sell",
"combo_id": "BTC-PERPETUAL",
"legs": [
{
"direction": "buy",
"price": 95318.72,
"instrument_name": "BTC-PERPETUAL",
"ratio": 1
}
],
"trades": [
{
"amount": 50,
"direction": "sell",
"price": 95318.72
}
],
"mark_price": 95318.72
}
}block_rfq.trades.(currency)
Get notifications about recent Block RFQ trades. This is a public channel that provides market data about completed Block RFQ trades.
๐ Related Article: Deribit Block RFQ API walkthrough
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.trades.(currency)"
]
}
}{
"data": {
"id": 939,
"timestamp": 1739869829823,
"amount": 50,
"direction": "sell",
"combo_id": "BTC-PERPETUAL",
"legs": [
{
"direction": "buy",
"price": 95318.72,
"instrument_name": "BTC-PERPETUAL",
"ratio": 1
}
],
"trades": [
{
"amount": 50,
"direction": "sell",
"price": 95318.72
}
],
"mark_price": 95318.72
}
}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
ID of the Block RFQ
The timestamp of the trade (milliseconds since the UNIX epoch)
Trade direction of the taker
buy, sellThis value multiplied by the ratio of a leg gives trade size on that leg.
Mark Price at the moment of trade
Ratio of amount between legs
Unique instrument identifier
Direction: buy, or sell
buy, sellPrice for a leg
Unique combo identifier
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
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.
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.
Was this page helpful?