{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_trade_confirmations"
]
}
}{
"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
}
}block_trade_confirmations
Provides notifications regarding block trade approval. Subscribe to this channel to receive notifications about pending block trades that require your approval.
๐ Related Article: Block Trading
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"block_trade_confirmations"
]
}
}{
"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
}
}Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
Nonce that can be used to approve or reject pending block trade.
Timestamp that can be used to approve or reject pending block trade.
Unique instrument identifier
Direction: buy, or sell
buy, sellPrice in base currency
Trade amount. For perpetual and inverse futures the amount is in USD units. For options and linear futures it is the underlying base currency coin.
The name of the application that executed the block trade on behalf of the user (optional).
Username of the user who initiated the block trade.
Trade role of the user: maker or taker
maker, takerUnique user identifier
Broker code associated with the broker block trade.
Name of the broker associated with the block trade.
State of the pending block trade for current user.
State of the pending block trade for the other party (optional).
Combo instrument identifier
Was this page helpful?