v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Account Management
Private

Retrieves only unread announcements for the authenticated account. Announcements are marked as read when you use the set_announcement_as_read method or view them through the web interface.

This method is useful for displaying notification badges or highlighting new announcements that require the user's attention.

Scope: account:read

Try in API console

get/private/get_new_announcements

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": [
    {
      "body": "An announcement",
      "publication_timestamp": 1527844253000,
      "id": 19288317,
      "title": "Example announcement"
    }
  ]
}