Subscription Channels
{ "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 } }
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
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?
Contact support