docs: daily sync Polymarket docs 2026-07-02 - refresh 159 updated files
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -58,6 +58,11 @@ Markets have different minimum price increments (tick sizes). Your order price m
|
||||
| `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>
|
||||
|
||||
Retrieve the tick size for a market using the SDK:
|
||||
|
||||
|
||||
@@ -99,6 +99,7 @@ Your tier updates every day based on your last 30 days of Weighted Volume. Movin
|
||||
|
||||
* You can watch your rebates add up **live** as you trade, the same way referral earnings work.
|
||||
* Rebates are **paid every day at midnight UTC** in pUSD, straight to your account.
|
||||
* A minimum accrued rebate of **\$1 pUSD** is required for a payout.
|
||||
|
||||
***
|
||||
|
||||
@@ -154,7 +155,8 @@ Your tier shows on your Polymarket profile and on the leaderboards. As you climb
|
||||
|
||||
<Accordion title="When are rebates paid">
|
||||
Rebates are paid once a day at midnight UTC in pUSD, directly to your
|
||||
account.
|
||||
account. You must accrue at least **\$1** in rebates before a payout is
|
||||
issued.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="How often does my tier update">
|
||||
|
||||
Reference in New Issue
Block a user