This channel is used to receive notifications on quotes received for RFQs where you are the taker.
You'll receive an update when a new Quote is created and then on subsequent changes for those quotes.
The event field provides details of the type of change that has occurred., which will be one of created, updated, or deleted.
Unique identifier for the RFQ
Unique identifier for the RFQ quote
Direction of the trade/leg/quote (buy or sell)
Price of the asset/leg/quote
Amount of the asset being traded/quoted
The chosen settlement option for the quote.
Currently BULL and DBT are supported.
You can only send a value that matches one of the available settlementOptions for the RFQ.
The quote currency for the quote, as determined by the chosen settlementOption and the RFQ's quoteCurrencies mapping.
This is the currency in which the quote price is denominated.
Timestamp when the object was created (unix timestamp in milliseconds)
Event type
{
"rfqQuoteId": 572,
"rfqId": 825,
"price": 0.118,
"amount": 25,
"direction": "buy",
"settlementOption": "DBT",
"quoteCurrency": "BTC",
"makers": [
"maker1",
"maker2"
],
"legs": [
{
"instrumentId": 6451,
"instrumentName": "BTC-26SEP25-116000-C",
"direction": "sell",
"price": 0.0274
},
{
"instrumentId": 8830,
"instrumentName": "BTC-27MAR26-116000-C",
"direction": "buy",
"price": 0.1454
}
],
"hedge": {
"instrumentId": 11201,
"instrumentName": "BTC-31OCT25",
"direction": "sell",
"price": 117212.13
},
"createdAt": 1756802862567,
"event": "created"
}