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
+5 -3
View File
@@ -1,10 +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.
# Error Codes
> Complete reference for CLOB API error responses
All CLOB API errors return a JSON object with a single `error` field:
```json theme={null}
```json theme={null}
{
"error": "<message>"
}
@@ -541,5 +545,3 @@ Errors from order query endpoints.
<Note>
The CLOB API has an internal override: any error message containing `"not found"` returns `404`, `"unauthorized"` returns `401`, and `"context canceled"` returns `400`, regardless of the original status code.
</Note>
Built with [Mintlify](https://mintlify.com).