From 491c96ad9ff4e5e962ff3131c20bd3daae30da2b Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 5 Mar 2026 11:58:49 +0000
Subject: [PATCH 1/2] Add changelog entry for List Events pagination
Generated-By: mintlify-agent
---
changelog.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index 3e65f58..2e1c438 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -3,6 +3,10 @@ title: "Changelog"
description: "Product updates and announcements"
rss: true
---
+
+**v2 API**: Add cursor-based pagination (`page_cursor` / `next_page_cursor`) and `order` field to List Events. Sort results by `created_at` in ASC (default) or DESC order. Empty `page_cursor` returns the first page.
+
+
**USDG Contract Update**: Paxos will implement contract updates for USDG across all supported EVM networks. No service interruptions or processing delays are expected.
From cdcd2009ee654ba56af0b67d4ad4ab8eaf640f0c Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 5 Mar 2026 11:59:52 +0000
Subject: [PATCH 2/2] Clarify List Events endpoint in changelog entry
Generated-By: mintlify-agent
---
changelog.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog.mdx b/changelog.mdx
index 2e1c438..36b4e9a 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -4,7 +4,7 @@ description: "Product updates and announcements"
rss: true
---
-**v2 API**: Add cursor-based pagination (`page_cursor` / `next_page_cursor`) and `order` field to List Events. Sort results by `created_at` in ASC (default) or DESC order. Empty `page_cursor` returns the first page.
+**v2 API**: Add cursor-based pagination (`page_cursor` / `next_page_cursor`) and `order` field to the [List Events](/api-reference/endpoints/events/list-events) endpoint. Sort results by `created_at` in ASC (default) or DESC order. Empty `page_cursor` returns the first page.