Update Polymarket documentation - March 30, 2026

Updated 229 documentation pages reflecting latest official docs changes:
- API Reference: authentication, rate-limits, clients-sdks, market-data endpoints
- Developers: CLOB, Gamma Markets, RTDS, Sports Websocket, Builders, CTF
- Trading: fees, bridge, orders, orderbook, clients
- Polymarket Learn: get-started guides, deposits, trading
- Builders: tiers, api-keys, profile, examples, order-attribution
- Quickstart: overview, first-order, websocket guides
- Concepts: markets-events, prices-orderbook, resolution
- Market Makers: getting-started, trading, liquidity-rewards
- Resources: error-codes, contract-addresses, blockchain-data
This commit is contained in:
Etherdrake
2026-03-30 12:53:20 +02:00
parent 240ece03cc
commit 50a13414c0
229 changed files with 7322 additions and 935 deletions
@@ -11,7 +11,7 @@
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /fee-rate/{token_id}
````yaml /api-spec/clob-openapi.yaml get /fee-rate/{token_id}
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -37,6 +37,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/fee-rate/{token_id}:
get:
@@ -111,3 +113,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ The fee rate can be provided either as a query parameter or as a path parameter.
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /fee-rate
````yaml /api-spec/clob-openapi.yaml get /fee-rate
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/fee-rate:
get:
@@ -114,3 +116,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ Returns default values of "0.5" for price and empty string for side if no trades
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /last-trade-price
````yaml /api-spec/clob-openapi.yaml get /last-trade-price
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/last-trade-price:
get:
@@ -110,3 +112,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ Maximum 500 token IDs can be requested per call.
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /last-trades-prices
````yaml /api-spec/clob-openapi.yaml get /last-trades-prices
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/last-trades-prices:
get:
@@ -130,3 +132,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ Maximum 500 token IDs can be requested per call.
## OpenAPI
````yaml api-spec/clob-openapi.yaml post /last-trades-prices
````yaml /api-spec/clob-openapi.yaml post /last-trades-prices
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/last-trades-prices:
post:
@@ -147,3 +149,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ Returns the best bid price for BUY side or best ask price for SELL side.
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /price
````yaml /api-spec/clob-openapi.yaml get /price
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/price:
get:
@@ -129,3 +131,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -11,7 +11,7 @@
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /prices
````yaml /api-spec/clob-openapi.yaml get /prices
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -37,6 +37,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/prices:
get:
@@ -126,3 +128,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ Each request must include both token_id and side.
## OpenAPI
````yaml api-spec/clob-openapi.yaml post /prices
````yaml /api-spec/clob-openapi.yaml post /prices
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/prices:
post:
@@ -141,3 +143,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ The midpoint is calculated as the average of the best bid and best ask prices.
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /midpoints
````yaml /api-spec/clob-openapi.yaml get /midpoints
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/midpoints:
get:
@@ -100,3 +102,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ The midpoint is calculated as the average of the best bid and best ask prices.
## OpenAPI
````yaml api-spec/clob-openapi.yaml post /midpoints
````yaml /api-spec/clob-openapi.yaml post /midpoints
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/midpoints:
post:
@@ -119,3 +121,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ Includes bids, asks, market details, and last trade price.
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /book
````yaml /api-spec/clob-openapi.yaml get /book
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/book:
get:
@@ -189,3 +191,5 @@ components:
example: '100'
````
Built with [Mintlify](https://mintlify.com).
@@ -11,7 +11,7 @@
## OpenAPI
````yaml api-spec/clob-openapi.yaml post /books
````yaml /api-spec/clob-openapi.yaml post /books
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -37,6 +37,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/books:
post:
@@ -189,3 +191,5 @@ components:
example: '100'
````
Built with [Mintlify](https://mintlify.com).
+5 -1
View File
@@ -12,7 +12,7 @@ The spread is the difference between the best ask and best bid prices.
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /spread
````yaml /api-spec/clob-openapi.yaml get /spread
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/spread:
get:
@@ -99,3 +101,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ The spread is the difference between the best ask and best bid prices.
## OpenAPI
````yaml api-spec/clob-openapi.yaml post /spreads
````yaml /api-spec/clob-openapi.yaml post /spreads
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/spreads:
post:
@@ -117,3 +119,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -11,7 +11,7 @@
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /tick-size/{token_id}
````yaml /api-spec/clob-openapi.yaml get /tick-size/{token_id}
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -37,6 +37,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/tick-size/{token_id}:
get:
@@ -111,3 +113,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).
@@ -12,7 +12,7 @@ The tick size can be provided either as a query parameter or as a path parameter
## OpenAPI
````yaml api-spec/clob-openapi.yaml get /tick-size
````yaml /api-spec/clob-openapi.yaml get /tick-size
openapi: 3.1.0
info:
title: Polymarket CLOB API
@@ -38,6 +38,8 @@ tags:
description: User notification endpoints
- name: Rewards
description: Rewards and earnings endpoints
- name: Rebates
description: Maker rebate endpoints
paths:
/tick-size:
get:
@@ -115,3 +117,5 @@ components:
description: Error message
````
Built with [Mintlify](https://mintlify.com).