{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_trade_confirmations.(currency)"
]
}
}{
"data": {
"nonce": "bt-jdqv98",
"role": "maker",
"user_id": 7,
"state": {
"value": "rejected",
"timestamp": 1711468632693
},
"trades": [
{
"instrument_name": "BTC-PERPETUAL",
"price": 70246.66,
"direction": "buy",
"amount": 10
}
],
"timestamp": 1711468468131
}
}Provides notifications regarding block trade approval. Supports filtering by currency.
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_trade_confirmations.(currency)"
]
}
}{
"data": {
"nonce": "bt-jdqv98",
"role": "maker",
"user_id": 7,
"state": {
"value": "rejected",
"timestamp": 1711468632693
},
"trades": [
{
"instrument_name": "BTC-PERPETUAL",
"price": 70246.66,
"direction": "buy",
"amount": 10
}
],
"timestamp": 1711468468131
}
}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?