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
+4
View File
@@ -302,6 +302,10 @@ See [Cancel Orders](/trading/orders/cancel) for full details.
Your order price must conform to the market's tick size, or it will be rejected. Look it up with the SDK before quoting:
<Note>
World Cup *to advance*, *moneyline*, *spreads*, and *totals* markets are decimalized to a finer `0.0025` (0.25¢) tick size. This applies only to those markets, so always fetch the tick size rather than assuming a value.
</Note>
<CodeGroup>
```typescript TypeScript theme={null}
const tickSize = await client.getTickSize(tokenID);