Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
description: "Product updates and announcements"
rss: true
---
<Update label="March 5, 2026" description="v2 API">
**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.
</Update>

<Update label="February 26, 2026" description="Stablecoin">
**USDG Contract Update**: Paxos will implement contract updates for USDG across all supported EVM networks. No service interruptions or processing delays are expected.
</Update>
Expand Down Expand Up @@ -56,10 +60,10 @@
</Update>

<Update label="August 15, 2025" description="Docs, v2 API">
**Crypto Deposits and Withdrawals (Stellar PYUSD)**: Updated API documentation to clarify trustline requirements for PYUSD transfers on Stellar network. Documentation now includes:

Check warning on line 63 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L63

Did you really mean 'trustline'?
- Trustline requirement details - destination addresses must have an established trustline with the PYUSD issuer

Check warning on line 64 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L64

Did you really mean 'Trustline'?

Check warning on line 64 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L64

Did you really mean 'trustline'?
- Step-by-step instructions for establishing trustlines using Stellar wallets or SDK

Check warning on line 65 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L65

Did you really mean 'trustlines'?
- Verification methods for checking trustline status via blockchain explorers, Horizon API, or Stellar SDK

Check warning on line 66 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L66

Did you really mean 'trustline'?
</Update>

<Update label="July 31, 2025" description="v2 API">
Expand Down
Loading