docs: sync Polymarket docs update 2026-05-28

Updated 45 files across Polymarket Learn (FAQ, deposits, get-started, markets, trading), bridge API, WSS, CLOB status, market makers, and trading/fees sections.
This commit is contained in:
Etherdrake
2026-05-28 18:28:02 +02:00
parent ad523c77c4
commit 3ba658fcb5
45 changed files with 342 additions and 230 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -21,7 +21,7 @@ Before you can start market making, you need to complete these one-time setup st
### Using the Bridge API
```typescript theme={null}
// Get deposit addresses for your Polymarket wallet
// Get bridge addresses for your Polymarket wallet
const deposit = await fetch("https://bridge.polymarket.com/deposit", {
method: "POST",
headers: { "Content-Type": "application/json" },
@@ -30,7 +30,7 @@ Before you can start market making, you need to complete these one-time setup st
}),
});
// Returns deposit addresses for EVM, SVM, and BTC networks
// Returns bridge addresses for EVM, SVM, and BTC networks
const addresses = await deposit.json();
// Send USDC to the appropriate address for your source chain
```
@@ -10,14 +10,14 @@ Polymarket uses **pUSD** (Polymarket USD) on Polygon as collateral for all tradi
## How It Works
1. Request deposit addresses for your Polymarket wallet
1. Request bridge addresses for your Polymarket wallet
2. Send assets to the appropriate address for your source chain
3. Assets are bridged and swapped to pUSD automatically
4. pUSD is credited to your wallet for trading
## Create Deposit Addresses
## Create Bridge Addresses
Generate unique deposit addresses linked to your Polymarket wallet. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
Generate unique bridge addresses linked to your Polymarket wallet. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
```bash theme={null}
curl -X POST https://bridge.polymarket.com/deposit \
@@ -42,8 +42,8 @@ curl -X POST https://bridge.polymarket.com/deposit \
## Deposit Flow
<Steps>
<Step title="Get Your Deposit Address">
Call `POST /deposit` with your Polymarket wallet address to get deposit
<Step title="Get Your Bridge Address">
Call `POST /deposit` with your Polymarket wallet address to get bridge
addresses.
</Step>
@@ -53,7 +53,7 @@ curl -X POST https://bridge.polymarket.com/deposit \
</Step>
<Step title="Send Assets">
Transfer tokens to the appropriate deposit address from your source chain.
Transfer tokens to the appropriate bridge address from your source chain.
</Step>
<Step title="Track Status">
@@ -73,7 +73,7 @@ For deposits over \$50,000 originating from a chain other than Polygon, we recom
* [Across](https://app.across.to/bridge)
* [Portal](https://portalbridge.com/)
Bridge directly to your Polymarket USDC (Polygon) deposit address. Polymarket is not affiliated with or responsible for any third-party bridge.
Bridge directly to your Polymarket USDC (Polygon) bridge address. Polymarket is not affiliated with or responsible for any third-party bridge.
## Minimum Deposits