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
+40 -39
View File
@@ -50,45 +50,46 @@ GET https://polymarket.com/api/geoblock
The following countries are restricted from placing orders on Polymarket. Countries marked as **close-only** can close existing positions but cannot open new ones. Countries marked as **frontend UI restricted** are blocked only on the Polymarket frontend; the API itself is not restricted: The following countries are restricted from placing orders on Polymarket. Countries marked as **close-only** can close existing positions but cannot open new ones. Countries marked as **frontend UI restricted** are blocked only on the Polymarket frontend; the API itself is not restricted:
| Country Code | Country Name | Status | | Country Code | Country Name | Status |
| ------------ | ------------------------------------ | ---------------------- | | ------------ | ------------------------------------ | --------------------------------- |
| AU | Australia | Blocked | | AU | Australia | Blocked |
| BE | Belgium | Blocked | | BE | Belgium | Blocked |
| BY | Belarus | Blocked | | BY | Belarus | Blocked |
| BI | Burundi | Blocked | | BI | Burundi | Blocked |
| BR | Brazil | Blocked | | BR | Brazil | Blocked |
| CF | Central African Republic | Blocked | | CF | Central African Republic | Blocked |
| CD | Congo (Kinshasa) | Blocked | | CD | Congo (Kinshasa) | Blocked |
| CU | Cuba | Blocked | | CU | Cuba | Blocked |
| DE | Germany | Blocked | | DE | Germany | Blocked |
| ET | Ethiopia | Blocked | | ET | Ethiopia | Blocked |
| FR | France | Blocked | | FR | France | Blocked |
| GB | United Kingdom | Blocked | | GB | United Kingdom | Blocked |
| IR | Iran | Blocked | | IR | Iran | Blocked |
| IQ | Iraq | Blocked | | IQ | Iraq | Blocked |
| IT | Italy | Blocked | | IT | Italy | Blocked |
| JP | Japan | Frontend UI restricted | | JP | Japan | Frontend UI restricted |
| KP | North Korea | Blocked | | KP | North Korea | Blocked |
| LB | Lebanon | Blocked | | LB | Lebanon | Blocked |
| LY | Libya | Blocked | | LY | Libya | Blocked |
| MM | Myanmar | Blocked | | MM | Myanmar | Blocked |
| NI | Nicaragua | Blocked | | MT | Malta | Frontend restricted (sports only) |
| NL | Netherlands | Blocked | | NI | Nicaragua | Blocked |
| PL | Poland | Close-only | | NL | Netherlands | Blocked |
| RU | Russia | Blocked | | PL | Poland | Close-only |
| SG | Singapore | Close-only | | RU | Russia | Blocked |
| SK | Slovakia | Blocked | | SG | Singapore | Close-only |
| SO | Somalia | Blocked | | SK | Slovakia | Blocked |
| SS | South Sudan | Blocked | | SO | Somalia | Blocked |
| SD | Sudan | Blocked | | SS | South Sudan | Blocked |
| SY | Syria | Blocked | | SD | Sudan | Blocked |
| TH | Thailand | Close-only | | SY | Syria | Blocked |
| TW | Taiwan | Close-only | | TH | Thailand | Close-only |
| UM | United States Minor Outlying Islands | Blocked | | TW | Taiwan | Close-only |
| US | United States | Blocked | | UM | United States Minor Outlying Islands | Blocked |
| VE | Venezuela | Blocked | | US | United States | Blocked |
| YE | Yemen | Blocked | | VE | Venezuela | Blocked |
| ZW | Zimbabwe | Blocked | | YE | Yemen | Blocked |
| ZW | Zimbabwe | Blocked |
*** ***
+4
View File
@@ -6,6 +6,10 @@
> Welcome to the Polymarket Changelog. Here you will find any important changes to Polymarket, including but not limited to CLOB, API, UI and Mobile Applications. > Welcome to the Polymarket Changelog. Here you will find any important changes to Polymarket, including but not limited to CLOB, API, UI and Mobile Applications.
<Update label="Jul 2, 2026" description="World Cup markets decimalized to a 0.0025 (0.25¢) tick size">
* **Finer tick size for World Cup markets**: All World Cup *to advance*, *moneyline*, *spreads*, and *totals* markets are now decimalized to a **0.0025 (0.25¢)** tick size. This lets you execute at smaller ticks and tighter spreads for the most competitive prices. Applies only to those World Cup markets — see [Tick Sizes](/trading/orders/overview#tick-sizes).
</Update>
<Update label="Jun 25, 2026" description="Bridge API: optional X-Builder-Code header"> <Update label="Jun 25, 2026" description="Bridge API: optional X-Builder-Code header">
* **New optional header**: `POST /deposit` and `POST /withdraw` now accept an `X-Builder-Code` header (bytes32 hex) for builder attribution. Without it, requests still succeed but return a `missing_builder_code` warning; a malformed code returns `400`. See [Deposit](/trading/bridge/deposit) and [Withdraw](/trading/bridge/withdraw). * **New optional header**: `POST /deposit` and `POST /withdraw` now accept an `X-Builder-Code` header (bytes32 hex) for builder attribution. Without it, requests still succeed but return a `missing_builder_code` warning; a malformed code returns `400`. See [Deposit](/trading/bridge/deposit) and [Withdraw](/trading/bridge/withdraw).
</Update> </Update>
+1 -1
View File
@@ -46,7 +46,7 @@ A simple market might be:
This creates two outcome tokens: This creates two outcome tokens:
* **Yes token** - Redeemable for `$1` if Bitcoin reaches `$150k` * **Yes token** - Redeemable for `$1` if Bitcoin reaches `$150k`
* **No token** - Redeemable for `$1` if Bitcoin doesn't reach `$100k` * **No token** - Redeemable for `$1` if Bitcoin doesn't reach `$150k`
## Events ## Events
+10
View File
@@ -1102,6 +1102,16 @@ Secure clients expose the API credentials created for the authenticated session.
## Changelog ## Changelog
### `0.1.0b12`
* Support CLOB order tick sizes `0.005` and `0.0025`.
### `0.1.0b11`
* Preserve already-deployed legacy UUPS Deposit Wallets when secure clients resolve the default wallet, while new Deposit Wallet deployments use the beacon factory path.
* Retry rejected JSON-RPC batches by splitting them into smaller batches.
* Added typed Gamma search sort fields for search requests.
### `0.1.0b10` ### `0.1.0b10`
* Preserve `group_item_title` on market responses so grouped market titles remain available after normalization. * Preserve `group_item_title` on market responses so grouped market titles remain available after normalization.
+5
View File
@@ -1103,6 +1103,11 @@ Secure clients expose the API credentials created for the authenticated session.
## Changelog ## Changelog
### `0.1.0-beta.11`
* Support CLOB order tick sizes `0.005` and `0.0025`.
* Pagination request cursors now infer the branded pagination cursor type.
### `0.1.0-beta.10` ### `0.1.0-beta.10`
* Preserve already-deployed legacy UUPS Deposit Wallets when `createSecureClient` resolves the default wallet, while new Deposit Wallet deployments use the beacon factory path. * Preserve already-deployed legacy UUPS Deposit Wallets when `createSecureClient` resolves the default wallet, while new Deposit Wallet deployments use the beacon factory path.
+40 -39
View File
@@ -50,45 +50,46 @@ GET https://polymarket.com/api/geoblock
The following countries are restricted from placing orders on Polymarket. Countries marked as **close-only** can close existing positions but cannot open new ones. Countries marked as **frontend UI restricted** are blocked only on the Polymarket frontend; the API itself is not restricted: The following countries are restricted from placing orders on Polymarket. Countries marked as **close-only** can close existing positions but cannot open new ones. Countries marked as **frontend UI restricted** are blocked only on the Polymarket frontend; the API itself is not restricted:
| Country Code | Country Name | Status | | Country Code | Country Name | Status |
| ------------ | ------------------------------------ | ---------------------- | | ------------ | ------------------------------------ | --------------------------------- |
| AU | Australia | Blocked | | AU | Australia | Blocked |
| BE | Belgium | Blocked | | BE | Belgium | Blocked |
| BY | Belarus | Blocked | | BY | Belarus | Blocked |
| BI | Burundi | Blocked | | BI | Burundi | Blocked |
| BR | Brazil | Blocked | | BR | Brazil | Blocked |
| CF | Central African Republic | Blocked | | CF | Central African Republic | Blocked |
| CD | Congo (Kinshasa) | Blocked | | CD | Congo (Kinshasa) | Blocked |
| CU | Cuba | Blocked | | CU | Cuba | Blocked |
| DE | Germany | Blocked | | DE | Germany | Blocked |
| ET | Ethiopia | Blocked | | ET | Ethiopia | Blocked |
| FR | France | Blocked | | FR | France | Blocked |
| GB | United Kingdom | Blocked | | GB | United Kingdom | Blocked |
| IR | Iran | Blocked | | IR | Iran | Blocked |
| IQ | Iraq | Blocked | | IQ | Iraq | Blocked |
| IT | Italy | Blocked | | IT | Italy | Blocked |
| JP | Japan | Frontend UI restricted | | JP | Japan | Frontend UI restricted |
| KP | North Korea | Blocked | | KP | North Korea | Blocked |
| LB | Lebanon | Blocked | | LB | Lebanon | Blocked |
| LY | Libya | Blocked | | LY | Libya | Blocked |
| MM | Myanmar | Blocked | | MM | Myanmar | Blocked |
| NI | Nicaragua | Blocked | | MT | Malta | Frontend restricted (sports only) |
| NL | Netherlands | Blocked | | NI | Nicaragua | Blocked |
| PL | Poland | Close-only | | NL | Netherlands | Blocked |
| RU | Russia | Blocked | | PL | Poland | Close-only |
| SG | Singapore | Close-only | | RU | Russia | Blocked |
| SK | Slovakia | Blocked | | SG | Singapore | Close-only |
| SO | Somalia | Blocked | | SK | Slovakia | Blocked |
| SS | South Sudan | Blocked | | SO | Somalia | Blocked |
| SD | Sudan | Blocked | | SS | South Sudan | Blocked |
| SY | Syria | Blocked | | SD | Sudan | Blocked |
| TH | Thailand | Close-only | | SY | Syria | Blocked |
| TW | Taiwan | Close-only | | TH | Thailand | Close-only |
| UM | United States Minor Outlying Islands | Blocked | | TW | Taiwan | Close-only |
| US | United States | Blocked | | UM | United States Minor Outlying Islands | Blocked |
| VE | Venezuela | Blocked | | US | United States | Blocked |
| YE | Yemen | Blocked | | VE | Venezuela | Blocked |
| ZW | Zimbabwe | Blocked | | YE | Yemen | Blocked |
| ZW | Zimbabwe | Blocked |
*** ***
@@ -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.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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: Retrieve the tick size for a market using the SDK:
@@ -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. Your order price must conform to the market's tick size, or the order is rejected.
| Tick Size | Precision | Example Prices | | Tick Size | Precision | Example Prices |
| --------- | ---------- | ---------------------- | | --------- | ----------- | ---------------------- |
| `0.1` | 1 decimal | 0.1, 0.2, 0.5 | | `0.1` | 1 decimal | 0.1, 0.2, 0.5 |
| `0.01` | 2 decimals | 0.01, 0.50, 0.99 | | `0.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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> <CodeGroup>
```typescript TypeScript theme={null} ```typescript TypeScript theme={null}
+11 -6
View File
@@ -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. Your order price must conform to the market's tick size, or the order is rejected.
| Tick Size | Precision | Example Prices | | Tick Size | Precision | Example Prices |
| --------- | ---------- | ---------------------- | | --------- | ----------- | ---------------------- |
| `0.1` | 1 decimal | 0.1, 0.2, 0.5 | | `0.1` | 1 decimal | 0.1, 0.2, 0.5 |
| `0.01` | 2 decimals | 0.01, 0.50, 0.99 | | `0.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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> <CodeGroup>
```typescript TypeScript theme={null} ```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.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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: Retrieve the tick size for a market using the SDK:
+5
View File
@@ -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.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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: Retrieve the tick size for a market using the SDK:
@@ -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.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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: Retrieve the tick size for a market using the SDK:
+5
View File
@@ -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.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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: Retrieve the tick size for a market using the SDK:
File diff suppressed because one or more lines are too long
@@ -46,7 +46,7 @@ A simple market might be:
This creates two outcome tokens: This creates two outcome tokens:
* **Yes token** - Redeemable for `$1` if Bitcoin reaches `$150k` * **Yes token** - Redeemable for `$1` if Bitcoin reaches `$150k`
* **No token** - Redeemable for `$1` if Bitcoin doesn't reach `$100k` * **No token** - Redeemable for `$1` if Bitcoin doesn't reach `$150k`
## Events ## Events
+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: 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> <CodeGroup>
```typescript TypeScript theme={null} ```typescript TypeScript theme={null}
const tickSize = await client.getTickSize(tokenID); const tickSize = await client.getTickSize(tokenID);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
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. Your order price must conform to the market's tick size, or the order is rejected.
| Tick Size | Precision | Example Prices | | Tick Size | Precision | Example Prices |
| --------- | ---------- | ---------------------- | | --------- | ----------- | ---------------------- |
| `0.1` | 1 decimal | 0.1, 0.2, 0.5 | | `0.1` | 1 decimal | 0.1, 0.2, 0.5 |
| `0.01` | 2 decimals | 0.01, 0.50, 0.99 | | `0.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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> <CodeGroup>
```typescript TypeScript theme={null} ```typescript TypeScript theme={null}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+11 -6
View File
@@ -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. Your order price must conform to the market's tick size, or the order is rejected.
| Tick Size | Precision | Example Prices | | Tick Size | Precision | Example Prices |
| --------- | ---------- | ---------------------- | | --------- | ----------- | ---------------------- |
| `0.1` | 1 decimal | 0.1, 0.2, 0.5 | | `0.1` | 1 decimal | 0.1, 0.2, 0.5 |
| `0.01` | 2 decimals | 0.01, 0.50, 0.99 | | `0.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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> <CodeGroup>
```typescript TypeScript theme={null} ```typescript TypeScript theme={null}
File diff suppressed because one or more lines are too long
+11 -6
View File
@@ -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. Your order price must conform to the market's tick size, or the order is rejected.
| Tick Size | Precision | Example Prices | | Tick Size | Precision | Example Prices |
| --------- | ---------- | ---------------------- | | --------- | ----------- | ---------------------- |
| `0.1` | 1 decimal | 0.1, 0.2, 0.5 | | `0.1` | 1 decimal | 0.1, 0.2, 0.5 |
| `0.01` | 2 decimals | 0.01, 0.50, 0.99 | | `0.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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> <CodeGroup>
```typescript TypeScript theme={null} ```typescript TypeScript theme={null}
+5
View File
@@ -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.01` | 2 decimals | 0.01, 0.50, 0.99 |
| `0.001` | 3 decimals | 0.001, 0.500, 0.999 | | `0.001` | 3 decimals | 0.001, 0.500, 0.999 |
| `0.0001` | 4 decimals | 0.0001, 0.5000, 0.9999 | | `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: Retrieve the tick size for a market using the SDK:
+3 -1
View File
@@ -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. * 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. * 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"> <Accordion title="When are rebates paid">
Rebates are paid once a day at midnight UTC in pUSD, directly to your 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>
<Accordion title="How often does my tier update"> <Accordion title="How often does my tier update">