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
@@ -1,7 +1,14 @@
> ## 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.
# Get fee rate by path parameter
> Retrieves the base fee rate for a specific token ID using the token ID as a path parameter.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /fee-rate/{token_id}
@@ -105,6 +112,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get fee rate
> Retrieves the base fee rate for a specific token ID.
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
@@ -108,6 +115,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get last trade price
> Retrieves the last trade price and side for a specific token ID.
Returns default values of "0.5" for price and empty string for side if no trades found.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /last-trade-price
@@ -104,6 +111,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get last trade prices (query parameters)
> Retrieves last trade prices for multiple token IDs using query parameters.
Maximum 500 token IDs can be requested per call.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /last-trades-prices
@@ -124,6 +131,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get last trade prices (request body)
> Retrieves last trade prices for multiple token IDs using a request body.
Maximum 500 token IDs can be requested per call.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml post /last-trades-prices
@@ -141,6 +148,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get market price
> Retrieves the best market price for a specific token ID and side (bid or ask).
Returns the best bid price for BUY side or best ask price for SELL side.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /price
@@ -123,6 +130,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,7 +1,14 @@
> ## 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.
# Get market prices (query parameters)
> Retrieves market prices for multiple token IDs and sides using query parameters.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /prices
@@ -120,6 +127,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get market prices (request body)
> Retrieves market prices for multiple token IDs and sides using a request body.
Each request must include both token_id and side.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml post /prices
@@ -135,6 +142,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get midpoint prices (query parameters)
> Retrieves midpoint prices for multiple token IDs using query parameters.
The midpoint is calculated as the average of the best bid and best ask prices.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /midpoints
@@ -94,6 +101,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get midpoint prices (request body)
> Retrieves midpoint prices for multiple token IDs using a request body.
The midpoint is calculated as the average of the best bid and best ask prices.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml post /midpoints
@@ -113,6 +120,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get order book
> Retrieves the order book summary for a specific token ID.
Includes bids, asks, market details, and last trade price.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /book
@@ -183,6 +190,4 @@ components:
description: Order size
example: '100'
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,7 +1,14 @@
> ## 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.
# Get order books (request body)
> Retrieves order book summaries for multiple token IDs using a request body.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml post /books
@@ -183,6 +190,4 @@ components:
description: Order size
example: '100'
````
Built with [Mintlify](https://mintlify.com).
````
+8 -3
View File
@@ -1,8 +1,15 @@
> ## 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.
# Get spread
> Retrieves the spread for a specific token ID.
The spread is the difference between the best ask and best bid prices.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /spread
@@ -93,6 +100,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get spreads
> Retrieves spreads for multiple token IDs.
The spread is the difference between the best ask and best bid prices.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml post /spreads
@@ -111,6 +118,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,7 +1,14 @@
> ## 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.
# Get tick size by path parameter
> Retrieves the minimum tick size (price increment) for a specific token ID using the token ID as a path parameter.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /tick-size/{token_id}
@@ -105,6 +112,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,8 +1,15 @@
> ## 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.
# Get tick size
> Retrieves the minimum tick size (price increment) for a specific token ID.
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
@@ -109,6 +116,4 @@ components:
type: string
description: Error message
````
Built with [Mintlify](https://mintlify.com).
````