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,13 @@
> ## 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 batch prices history
> Retrieve historical price data for multiple markets in a single request.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml post /batch-prices-history
@@ -129,6 +135,4 @@ components:
type: number
format: float
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,5 +1,11 @@
> ## 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 by id
## OpenAPI
````yaml /api-spec/gamma-openapi.yaml get /markets/{id}
@@ -1200,6 +1206,4 @@ components:
type: string
nullable: true
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,5 +1,11 @@
> ## 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 by slug
## OpenAPI
````yaml /api-spec/gamma-openapi.yaml get /markets/slug/{slug}
@@ -1200,6 +1206,4 @@ components:
type: string
nullable: true
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,5 +1,11 @@
> ## 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 tags by id
## OpenAPI
````yaml /api-spec/gamma-openapi.yaml get /markets/{id}/tags
@@ -99,6 +105,4 @@ components:
type: boolean
nullable: true
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,7 +1,13 @@
> ## 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 prices history
> Retrieve historical price data for a market.
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /prices-history
@@ -128,6 +134,4 @@ components:
type: number
format: float
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,5 +1,11 @@
> ## 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 sampling markets
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /sampling-markets
@@ -174,6 +180,4 @@ components:
winner:
type: boolean
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,5 +1,11 @@
> ## 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 sampling simplified markets
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /sampling-simplified-markets
@@ -121,6 +127,4 @@ components:
winner:
type: boolean
````
Built with [Mintlify](https://mintlify.com).
````
@@ -1,5 +1,11 @@
> ## 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 simplified markets
## OpenAPI
````yaml /api-spec/clob-openapi.yaml get /simplified-markets
@@ -121,6 +127,4 @@ components:
winner:
type: boolean
````
Built with [Mintlify](https://mintlify.com).
````
+7 -3
View File
@@ -1,5 +1,11 @@
> ## 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.
# List markets
## OpenAPI
````yaml /api-spec/gamma-openapi.yaml get /markets
@@ -1327,6 +1333,4 @@ components:
type: string
nullable: true
````
Built with [Mintlify](https://mintlify.com).
````