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:
@@ -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
|
||||
```
|
||||
|
||||
@@ -163,7 +163,7 @@ The following market categories have taker fees enabled and are eligible for mak
|
||||
Full fee handling guide for SDK and REST API users.
|
||||
</Card>
|
||||
|
||||
<Card title="Place Orders" icon="plus" href="/trading/quickstart">
|
||||
Start placing orders on Polymarket.
|
||||
<Card title="Taker Rebate Program" icon="trophy" href="/trading/taker-rebates">
|
||||
Climb the tiers and earn daily pUSD rebates on taker trades.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
Reference in New Issue
Block a user