{
"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
}
}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
Client 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?