---
title: "GET /public/get_announcements"
method: GET
path: "/public/get_announcements"
tags: ["Account Management", "Public"]
---

# GET /public/get_announcements

`GET /public/get_announcements`

Retrieves platform announcements and important notices. Announcements include system updates, maintenance schedules, new features, policy changes, and other important information.

Results are returned in reverse chronological order (newest first). The default `start_timestamp` is the current time, and the `count` parameter must be between 1 and 50 (default is 5).

[Try in API console](https://test.deribit.com/api_console?method=%2Fpublic%2Fget_announcements)

## Query parameters

- `start_timestamp` integer — The timestamp (milliseconds since the Unix epoch)
- `count` integer

## Response `200`

Success response

- PublicGetAnnouncementsResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` object[], required
    - `body` string, required — The HTML body of the announcement
    - `publication_timestamp` integer, required — The timestamp (milliseconds since the Unix epoch) of announcement publication
    - `id` number, required — A unique identifier for the announcement
    - `important` boolean, required — Whether the announcement is marked as important
    - `confirmation` boolean — Whether the user confirmation is required for this announcement
    - `title` string, required — The title of the announcement

---

[API](https://skmtc.net/deribit/apis/deribit-api-2.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api-2/versions/430b3f0bc67c/schema)
