{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.maker.quotes.(currency)"
]
}
}{
"data": [
{
"label": "example_quote",
"price": 10,
"direction": "buy",
"legs": [
{
"price": 10,
"direction": "buy",
"instrument_name": "BTC-16NOV24-82000-C",
"ratio": 1
}
],
"amount": 25,
"block_rfq_id": 724,
"replaced": false,
"filled_amount": 0,
"last_update_timestamp": 1731665928291,
"creation_timestamp": 1731665928291,
"block_rfq_quote_id": 1301,
"quote_state": "open"
}
]
}Get notification about state of your Block RFQ quotes
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_rfq.maker.quotes.(currency)"
]
}
}{
"data": [
{
"label": "example_quote",
"price": 10,
"direction": "buy",
"legs": [
{
"price": 10,
"direction": "buy",
"instrument_name": "BTC-16NOV24-82000-C",
"ratio": 1
}
],
"amount": 25,
"block_rfq_id": 724,
"replaced": false,
"filled_amount": 0,
"last_update_timestamp": 1731665928291,
"creation_timestamp": 1731665928291,
"block_rfq_quote_id": 1301,
"quote_state": "open"
}
]
}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?