docs: sync Polymarket docs - 2026-04-14

This commit is contained in:
Etherdrake
2026-04-14 21:53:47 +02:00
parent 814cdc00c9
commit d8e396519a
263 changed files with 1118 additions and 21257 deletions
+5 -3
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Deposit
> Bridge assets from any supported chain to fund your Polymarket account
@@ -15,7 +19,7 @@ Polymarket uses **USDC.e** (Bridged USDC) on Polygon as collateral for all tradi
Generate unique deposit addresses linked to your Polymarket wallet. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
```bash theme={null}
```bash theme={null}
curl -X POST https://bridge.polymarket.com/deposit \
-H "Content-Type: application/json" \
-d '{"address": "0x56687bf447db6ffa42ffe2204a05edaa20f55839"}'
@@ -99,5 +103,3 @@ If you deposited the wrong token on Ethereum or Polygon, use these tools to reco
Track your deposit progress through completion.
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -1 +1 @@
null
null
+5 -3
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Quote
> Preview fees and estimated output for deposits and withdrawals
@@ -6,7 +10,7 @@ Get an estimated quote before executing a deposit or withdrawal. Quotes include
## Get a Quote
```bash theme={null}
```bash theme={null}
curl -X POST https://bridge.polymarket.com/quote \
-H "Content-Type: application/json" \
-d '{
@@ -111,5 +115,3 @@ The `estFeeBreakdown` object contains:
Withdraw from Polymarket to another chain.
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+14 -5
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Deposit Status
> Track the progress of your bridge deposits
@@ -8,7 +12,7 @@ After sending assets to your deposit address, use the status endpoint to track p
Query the status of all deposits to a specific deposit address.
```bash theme={null}
```bash theme={null}
curl https://bridge.polymarket.com/status/0x23566f8b2E82aDfCf01846E54899d110e97AC053
```
@@ -30,11 +34,18 @@ Each deposit progresses through these statuses:
| `COMPLETED` | Yes | Funds arrived — transaction successful |
| `FAILED` | Yes | Transaction encountered an error |
<Note>
If a bridge transaction fails, remains stuck, or funds are held due to a
compliance check, direct users to
[our Bridge API provider's support](https://intercom.help/funxyz/en/articles/10732578-contact-us)
to resolve the issue.
</Note>
## Response
A response with active deposits:
```json theme={null}
```json theme={null}
{
"transactions": [
{
@@ -66,7 +77,7 @@ A response with active deposits:
An empty `transactions` array means no deposits have been detected at this address yet:
```json theme={null}
```json theme={null}
{
"transactions": []
}
@@ -89,5 +100,3 @@ An empty `transactions` array means no deposits have been detected at this addre
Check supported chains and minimum amounts.
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+5 -3
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Supported Assets
> Chains and tokens supported for deposits to Polymarket
@@ -8,7 +12,7 @@ The Bridge API supports deposits from multiple chains and tokens. All deposits a
Retrieve the full list of supported chains and tokens with their minimum deposit amounts.
```bash theme={null}
```bash theme={null}
curl https://bridge.polymarket.com/supported-assets
```
@@ -56,5 +60,3 @@ Most L2 chains (Polygon, Arbitrum, Base, Optimism) have low minimums of $2, whil
Track your deposit progress.
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
+5 -3
View File
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Withdraw
> Bridge USDC.e from Polymarket to any supported chain
@@ -38,7 +42,7 @@ Withdraw USDC.e from your Polymarket wallet to any supported chain and token. Fu
Generate deposit addresses configured for your withdrawal destination. See the [Bridge API Reference](/api-reference/introduction) for full request and response schemas.
```bash theme={null}
```bash theme={null}
curl -X POST https://bridge.polymarket.com/withdraw \
-H "Content-Type: application/json" \
-d '{
@@ -96,5 +100,3 @@ Withdrawals are **instant** and **free** — Polymarket does not charge withdraw
Track your withdrawal progress.
</Card>
</CardGroup>
Built with [Mintlify](https://mintlify.com).