Messages
{
"id": 42,
"jsonrpc": "2.0",
"method": "public/subscribe",
"params": {
"channels": [
"block_rfq.trades.(currency)"
]
}
}{
"data": {
"amount": 50,
"combo_id": "BTC-PERPETUAL",
"direction": "sell",
"id": 939,
"legs": [
{
"direction": "buy",
"instrument_name": "BTC-PERPETUAL",
"price": 95318.72,
"ratio": 1
}
],
"mark_price": 95318.72,
"timestamp": 1739869829823,
"trades": [
{
"amount": 50,
"direction": "sell",
"price": 95318.72
}
]
}
}Block Rfq
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
WSS
block_rfq.trades.(currency)
Messages
{
"id": 42,
"jsonrpc": "2.0",
"method": "public/subscribe",
"params": {
"channels": [
"block_rfq.trades.(currency)"
]
}
}{
"data": {
"amount": 50,
"combo_id": "BTC-PERPETUAL",
"direction": "sell",
"id": 939,
"legs": [
{
"direction": "buy",
"instrument_name": "BTC-PERPETUAL",
"price": 95318.72,
"ratio": 1
}
],
"mark_price": 95318.72,
"timestamp": 1739869829823,
"trades": [
{
"amount": 50,
"direction": "sell",
"price": 95318.72
}
]
}
}currency
type:enum
required
Currency code or any for all
Allowed values: BTC, ETH, USDC, USDT, EURR, any
Available options:
BTC, ETH, USDC, USDT, EURR, anySubscription Request
type:object
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Subscription Notification Data
type:object
Server sends subscription notification data
Was this page helpful?
⌘I