{
"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 notification about state of your Block RFQ. trades are only visible if the Block RFQ was filled. Please note that after Block RFQ creation, a grace period of 5 seconds begins, during which the taker cannot see quotes or trade the Block RFQ.
{
"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
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?