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
+11
View File
@@ -19,9 +19,20 @@ Polymarket uses **pUSD** (Polymarket USD) on Polygon as collateral for all tradi
Generate unique bridge addresses linked to your Polymarket wallet. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
<Tip>
**Builders: attach your code.** If you route user funds through this endpoint,
pass your builder code via the optional `X-Builder-Code` header (bytes32 hex;
`0x` + 64 hex chars). It lets our bridge provider attribute traffic to your
app, so stuck or delayed transfers can be traced and prioritized. The header is
optional. Requests without it still succeed but return a `missing_builder_code`
warning, and a malformed code returns `400`. Get your code at [Settings →
Builder](https://polymarket.com/settings?tab=builder).
</Tip>
```bash theme={null}
curl -X POST https://bridge.polymarket.com/deposit \
-H "Content-Type: application/json" \
-H "X-Builder-Code: <YOUR_BUILDER_CODE>" \
-d '{"address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839"}'
```
+11
View File
@@ -42,9 +42,20 @@ Withdraw pUSD from your Polymarket wallet to any supported chain and token. Fund
Generate bridge addresses configured for your withdrawal destination. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
<Tip>
**Builders: attach your code.** If you route user funds through this endpoint,
pass your builder code via the optional `X-Builder-Code` header (bytes32 hex;
`0x` + 64 hex chars). It lets our bridge provider attribute traffic to your
app, so stuck or delayed transfers can be traced and prioritized. The header is
optional. Requests without it still succeed but return a `missing_builder_code`
warning, and a malformed code returns `400`. Get your code at [Settings →
Builder](https://polymarket.com/settings?tab=builder).
</Tip>
```bash theme={null}
curl -X POST https://bridge.polymarket.com/withdraw \
-H "Content-Type: application/json" \
-H "X-Builder-Code: <YOUR_BUILDER_CODE>" \
-d '{
"address": "0x9156dd10bea4c8d7e2d591b633d1694b1d764756",
"toChainId": "1",
+5
View File
@@ -172,6 +172,11 @@ Your tier shows on your Polymarket profile and on the leaderboards. As you climb
table above. Geopolitical and world events markets are free to trade and
earn no Weighted Volume.
</Accordion>
<Accordion title="Are third-party integrations using omnibus wallets eligible">
No. Third-party integrations using omnibus wallets are not eligible for the
Taker Rebate Program.
</Accordion>
</AccordionGroup>
***