docs: daily sync Polymarket docs 2026-06-22 - refresh 142 updated files
This commit is contained in:
@@ -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.
|
||||
|
||||
# Cancel a quote
|
||||
|
||||
> Cancel an active maker quote before it is selected. Requires CLOB L2
|
||||
@@ -6,6 +10,7 @@ must match the authenticated identity.
|
||||
|
||||
|
||||
|
||||
|
||||
## OpenAPI
|
||||
|
||||
````yaml /api-spec/combos-rfq-openapi.yaml post /v1/maker/quotes/cancel
|
||||
@@ -307,7 +312,7 @@ components:
|
||||
- shares
|
||||
value_e6:
|
||||
type: string
|
||||
description: Six-decimal fixed-point value encoded as a String.
|
||||
description: Six-decimal fixed-point value encoded as a string.
|
||||
example: '1000000'
|
||||
required:
|
||||
- unit
|
||||
|
||||
@@ -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.
|
||||
|
||||
# Confirm or decline last look
|
||||
|
||||
> Respond to a last-look confirmation request for a selected quote. Requires
|
||||
@@ -6,6 +10,7 @@ CLOB L2 authentication for the maker role. `decision` must be `CONFIRM` or
|
||||
|
||||
|
||||
|
||||
|
||||
## OpenAPI
|
||||
|
||||
````yaml /api-spec/combos-rfq-openapi.yaml post /v1/maker/confirmations
|
||||
@@ -136,7 +141,7 @@ components:
|
||||
- decision
|
||||
MakerConfirmationResult:
|
||||
type: object
|
||||
description: >-
|
||||
description: >
|
||||
Result of a maker confirmation. Includes a snapshot, an execution
|
||||
handoff,
|
||||
|
||||
@@ -227,6 +232,7 @@ components:
|
||||
- quote_id
|
||||
- bundle
|
||||
- requester_acceptance
|
||||
- maker_quotes
|
||||
ErrorResponse:
|
||||
type: object
|
||||
properties:
|
||||
@@ -391,9 +397,9 @@ components:
|
||||
example: '450000'
|
||||
size_e6:
|
||||
type: string
|
||||
description: >-
|
||||
description: >
|
||||
Fillable share count in six-decimal fixed-point units (must be
|
||||
positive.
|
||||
positive).
|
||||
|
||||
Note this differs from the request's size field, which may be
|
||||
notional or shares.
|
||||
|
||||
@@ -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.
|
||||
|
||||
# Submit a quote
|
||||
|
||||
> Submit a signed maker quote for an active RFQ. Requires CLOB L2
|
||||
@@ -7,6 +11,7 @@ REST does not assign a quote ID — generate `quote_id` client-side.
|
||||
|
||||
|
||||
|
||||
|
||||
## OpenAPI
|
||||
|
||||
````yaml /api-spec/combos-rfq-openapi.yaml post /v1/maker/quotes
|
||||
@@ -147,9 +152,9 @@ components:
|
||||
example: '450000'
|
||||
size_e6:
|
||||
type: string
|
||||
description: >-
|
||||
description: >
|
||||
Fillable share count in six-decimal fixed-point units (must be
|
||||
positive.
|
||||
positive).
|
||||
|
||||
Note this differs from the request's size field, which may be
|
||||
notional or shares.
|
||||
|
||||
Reference in New Issue
Block a user