---
title: "Get all announcements"
method: GET
path: "/system/announcements"
tags: ["System"]
---

# Get all announcements

`GET /system/announcements`

get announcements

## Query parameters

- `cursor` string
- `end_at` integer
- `page_size` integer
- `start_at` integer

## Response `200`

OK

- object
  - `next` string — The pointer to fetch next set of records (null if there are no records left)
  - `prev` string — The pointer to fetch previous set of records (null if there are no records left)
  - `results` object[] — Array of paginated results
    - `content` string — Full announcement content in Markdown format
    - `expiry_at` integer — Announcement expiry timestamp at page
    - `kind` 'UPDATE' | 'LISTING' | 'DELISTING'
    - `notification_expiry_at` integer — Announcement expiry timestamp at notification
    - `title` string — Short, descriptive title of the announcement
    - `visible_at` integer — Announcement visible timestamp

## Other responses

- `400` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
