Update Polymarket documentation - whitespace normalization (2026-04-07)

This commit is contained in:
Etherdrake
2026-04-07 14:06:13 +02:00
parent 8c597b8fbe
commit ad5a26710b
189 changed files with 667 additions and 455 deletions
+1 -1
View File
@@ -145,4 +145,4 @@ The conversion operation is atomic and happens through the Neg Risk Adapter:
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -424,4 +424,4 @@ When initializing the L2 client, you must specify your wallet **signatureType**
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -108,4 +108,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -134,4 +134,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -223,4 +223,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -98,4 +98,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -149,4 +149,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -115,4 +115,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -104,4 +104,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -108,4 +108,4 @@ For [gasless transactions](/trading/gasless) using proxy wallets, the relayer cl
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -211,4 +211,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -236,4 +236,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -250,4 +250,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -193,4 +193,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -220,4 +220,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -192,4 +192,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -139,4 +139,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -96,4 +96,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -160,4 +160,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -192,4 +192,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -231,4 +231,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -104,4 +104,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -80,4 +80,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -818,6 +818,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
Series:
type: object
properties:
@@ -1189,7 +1194,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -818,6 +818,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
Series:
type: object
properties:
@@ -1189,7 +1194,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -107,4 +107,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -928,6 +928,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
Series:
type: object
properties:
@@ -1299,7 +1304,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -209,4 +209,4 @@ If you believe you are incorrectly restricted or have questions about geographic
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -59,4 +59,4 @@ The CLOB API has both public endpoints (orderbook, prices) and authenticated end
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -114,4 +114,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -117,4 +117,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -113,4 +113,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -133,4 +133,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -150,4 +150,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -132,4 +132,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -129,4 +129,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -144,4 +144,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -103,4 +103,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -122,4 +122,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -192,4 +192,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -192,4 +192,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -102,4 +102,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -120,4 +120,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -114,4 +114,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -118,4 +118,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -493,6 +493,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
ImageOptimization:
type: object
properties:
@@ -882,6 +887,21 @@ components:
isCarousel:
type: boolean
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
Series:
type: object
properties:
@@ -1188,4 +1208,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -493,6 +493,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
ImageOptimization:
type: object
properties:
@@ -882,6 +887,21 @@ components:
isCarousel:
type: boolean
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
Series:
type: object
properties:
@@ -1188,4 +1208,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -107,4 +107,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -136,4 +136,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -182,4 +182,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -129,4 +129,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -129,4 +129,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -619,6 +619,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
ImageOptimization:
type: object
properties:
@@ -1008,6 +1013,21 @@ components:
isCarousel:
type: boolean
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
Series:
type: object
properties:
@@ -1314,4 +1334,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -76,4 +76,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -93,4 +93,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -86,4 +86,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -87,4 +87,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -153,4 +153,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -126,4 +126,4 @@ Trading endpoints have both **burst** limits (short spikes allowed) and **sustai
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -972,6 +972,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
Series:
type: object
properties:
@@ -1343,7 +1348,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -1122,6 +1122,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
EventCreator:
type: object
properties:
@@ -1185,7 +1190,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -1172,6 +1172,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
EventCreator:
type: object
properties:
@@ -1235,7 +1240,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -89,4 +89,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -64,4 +64,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -136,4 +136,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -93,4 +93,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -93,4 +93,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -108,4 +108,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -108,4 +108,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -116,4 +116,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -116,4 +116,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -132,4 +132,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -169,4 +169,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -209,4 +209,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -204,4 +204,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -193,4 +193,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -365,4 +365,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -187,4 +187,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -280,4 +280,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -388,4 +388,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+3 -3
View File
@@ -12,7 +12,7 @@ Builder-authenticated clients can also use this endpoint to retrieve orders attr
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /orders
````yaml /api-spec/clob-openapi.yaml get /data/orders
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -41,7 +41,7 @@ tags:
- name: Rebates
description: Maker rebate endpoints
paths:
/orders:
/data/orders:
get:
tags:
- Trade
@@ -344,4 +344,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -377,4 +377,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -399,4 +399,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -139,4 +139,4 @@ components:
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -1249,4 +1249,4 @@ securitySchemes: []
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -239,4 +239,4 @@ securitySchemes: []
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -790,4 +790,4 @@ securitySchemes: []
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -159,4 +159,4 @@ Store your credentials as environment variables:
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -213,4 +213,4 @@ For existing Magic Link users from Polymarket.com:
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+15 -15
View File
@@ -27,18 +27,18 @@ The Builder Program uses a tiered system to manage rate limits while rewarding h
## Tier Comparison
| Feature | Unverified | Verified | Partner |
| --------------------------- | :--------: | :-------: | :-------: |
| **Daily Relayer Txn Limit** | 100/day | 3,000/day | Unlimited |
| **API Rate Limits** | Standard | Standard | Highest |
| **Gasless Trading**\* | Yes | Yes | Yes |
| **Order Attribution** | Yes | Yes | Yes |
| **Builder Fees** | Yes | Yes | Yes |
| **Leaderboard Visibility** | — | Yes | Yes |
| **Telegram Channel** | — | Yes | Yes |
| **Engineering Support** | — | Standard | Elevated |
| **Marketing Support** | — | Standard | Elevated |
| **Priority Access** | — | — | Yes |
| Feature | Unverified | Verified | Partner |
| --------------------------- | :--------: | :--------: | :-------: |
| **Daily Relayer Txn Limit** | 100/day | 10,000/day | Unlimited |
| **API Rate Limits** | Standard | Standard | Highest |
| **Gasless Trading**\* | Yes | Yes | Yes |
| **Order Attribution** | Yes | Yes | Yes |
| **Builder Fees** | Yes | Yes | Yes |
| **Leaderboard Visibility** | — | Yes | Yes |
| **Telegram Channel** | — | Yes | Yes |
| **Engineering Support** | — | Standard | Elevated |
| **Marketing Support** | — | Standard | Elevated |
| **Priority Access** | — | — | Yes |
***
@@ -66,7 +66,7 @@ The Builder Program uses a tiered system to manage rate limits while rewarding h
## Verified
<Card title="3,000 Relay transactions/day" icon="badge-check">
<Card title="10,000 Relay transactions/day" icon="badge-check">
For builders who need higher throughput. Requires manual approval.
</Card>
@@ -81,7 +81,7 @@ Contact us at [builder@polymarket.com](mailto:builder@polymarket.com) with:
**Unlocks over Unverified:**
* 30x daily Relayer transaction limit
* 100x daily Relayer transaction limit
* Monetize with Builder fees
* Leaderboard visibility at [builders.polymarket.com](https://builders.polymarket.com)
* Private Telegram channel for announcements and support
@@ -170,4 +170,4 @@ Ready to upgrade or have questions?
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -156,4 +156,4 @@
</Update>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -424,4 +424,4 @@ When initializing the L2 client, you must specify your wallet **signatureType**
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -370,4 +370,4 @@ async revokeBuilderApiKey(): Promise<any>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -405,4 +405,4 @@ async createMarketOrder(
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -772,4 +772,4 @@ async dropNotifications(params?: DropNotificationParams): Promise<void>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -108,4 +108,4 @@ For [gasless transactions](/trading/gasless) using proxy wallets, the relayer cl
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
@@ -663,4 +663,4 @@ async getServerTime(): Promise<number>
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -209,4 +209,4 @@ If you believe you are incorrectly restricted or have questions about geographic
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -231,4 +231,4 @@ If you're using the REST API directly (without the SDK), you need to attach auth
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -401,4 +401,4 @@ Check if your resting orders are eligible for [maker rebates](/market-makers/mak
</CardGroup>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).

Some files were not shown because too many files have changed in this diff Show More