Subscription Channels
{ "jsonrpc": "2.0", "method": "public/subscribe", "id": 42, "params": { "channels": [ "announcements" ] }}
{ "data": { "id": 123, "title": "<string>", "body": "<string>", "publication_timestamp": 123, "important": true, "confirmation": true, "unread": 123, "action": "<string>" }}
General announcements concerning the Deribit platform.
Subscribe to receive operational messages such as maintenance notices, incidents, and important platform updates.
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?