{
"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>"
}
}announcements
General announcements concerning the Deribit platform.
Subscribe to receive operational messages such as maintenance notices, incidents, and important platform updates.
{
"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>"
}
}Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
Announcement's identifier
Announcement's title
HTML-formatted announcement body
The timestamp (milliseconds since the Unix epoch) of announcement publication
Whether the announcement is marked as important
Whether the user confirmation is required for this announcement
The number of previous unread announcements (optional, only for authorized users).
Action taken by the platform administrators. Published a new announcement, or deleted the old one
new, deletedWas this page helpful?