docs: daily sync Polymarket docs 2026-07-02 - refresh 159 updated files

This commit is contained in:
GLaDOS
2026-07-02 14:11:09 +02:00
parent a96fa6fa85
commit 863349452c
159 changed files with 362 additions and 280 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -511,12 +511,17 @@ details on signature types (`0` = EOA, `1` = POLY\_PROXY, `2` = GNOSIS\_SAFE,
Your order price must conform to the market's tick size, or the order is rejected.
| Tick Size | Precision | Example Prices |
| --------- | ---------- | ---------------------- |
| `0.1` | 1 decimal | 0.1, 0.2, 0.5 |
| `0.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 |
| Tick Size | Precision | Example Prices |
| --------- | ----------- | ---------------------- |
| `0.1` | 1 decimal | 0.1, 0.2, 0.5 |
| `0.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 |
| `0.0025` | 0.25¢ steps | 0.0025, 0.5000, 0.9975 |
<Note>
The `0.0025` (0.25¢) tick size applies only to World Cup *to advance*, *moneyline*, *spreads*, and *totals* markets. Always fetch the market's tick size before quoting rather than assuming a value.
</Note>
<CodeGroup>
```typescript TypeScript theme={null}
File diff suppressed because one or more lines are too long