From 814cdc00c93c35466d88bc50e7630465377cdfa7 Mon Sep 17 00:00:00 2001 From: Etherdrake Date: Mon, 13 Apr 2026 21:51:14 +0200 Subject: [PATCH] docs: sync Polymarket docs - 2026-04-13 - Added Apr 13 changelog entry: Bridge API support contact (Fun.xyz) - No new documentation pages detected --- docs/changelog/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog/changelog.md b/docs/changelog/changelog.md index 9293608..8194ac7 100644 --- a/docs/changelog/changelog.md +++ b/docs/changelog/changelog.md @@ -2,6 +2,10 @@ > Welcome to the Polymarket Changelog. Here you will find any important changes to Polymarket, including but not limited to CLOB, API, UI and Mobile Applications. + + * **Support contact**: Added a link to [our Bridge API provider's support](https://intercom.help/funxyz/en/articles/10732578-contact-us) (Fun.xyz) for failed, stuck, or compliance-held bridge transactions. See [Deposit Status](/trading/bridge/status). + + * **New endpoints**: Added `GET /markets/keyset` and `GET /events/keyset` for cursor-based pagination, replacing offset-based `GET /markets` and `GET /events`. * **How it works**: These use an opaque `after_cursor`/`next_cursor` token instead of `offset`, providing stable and efficient paging through large result sets. Same filters, same response shape per item — the only differences are the wrapper response (`{ "markets": [...], "next_cursor": "..." }`) and the rejection of `offset`.