docs: daily sync Polymarket docs 2026-06-28 - refresh 50 updated files

This commit is contained in:
GLaDOS
2026-06-28 14:11:22 +02:00
parent a8344f8cb0
commit 31eecd6fd3
50 changed files with 228 additions and 68 deletions
+4
View File
@@ -6,6 +6,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.
<Update label="Jun 25, 2026" description="Bridge API: optional X-Builder-Code header">
* **New optional header**: `POST /deposit` and `POST /withdraw` now accept an `X-Builder-Code` header (bytes32 hex) for builder attribution. Without it, requests still succeed but return a `missing_builder_code` warning; a malformed code returns `400`. See [Deposit](/trading/bridge/deposit) and [Withdraw](/trading/bridge/withdraw).
</Update>
<Update label="Jun 15, 2026" description="CLOB DELETE /orders maximum batch size reduced to 1000">
* **`DELETE /orders` limit**: The maximum number of order IDs per cancel request is now `1000`. Split larger cancellation batches across multiple requests.
</Update>