Update Polymarket documentation - whitespace normalization (2026-04-07)

This commit is contained in:
Etherdrake
2026-04-07 14:06:13 +02:00
parent 8c597b8fbe
commit ad5a26710b
189 changed files with 667 additions and 455 deletions
+21 -3
View File
@@ -146,7 +146,17 @@ Emitted when a new market is created.
The payload also includes market metadata fields such as `tags`,
`condition_id`, `active`, `clob_token_ids`, `sports_market_type`, `line`,
`game_start_time`, `order_price_min_tick_size`, and `group_item_title`.
`game_start_time`, `order_price_min_tick_size`, `group_item_title`,
`taker_base_fee`, `fees_enabled`, and `fee_schedule`.
Where a `FeeSchedule` object is of the form:
| Name | Type | Description |
| ------------ | ------- | --------------------------------- |
| exponent | string | fee curve exponent |
| rate | string | fee rate |
| taker\_only | boolean | whether fee applies to taker only |
| rebate\_rate | string | maker rebate rate |
```json theme={null}
{
@@ -180,7 +190,15 @@ The payload also includes market metadata fields such as `tags`,
"line": "",
"game_start_time": "",
"order_price_min_tick_size": "0.01",
"group_item_title": "NVDA above $240"
"group_item_title": "NVDA above $240",
"taker_base_fee": "0",
"fees_enabled": true,
"fee_schedule": {
"exponent": "2",
"rate": "0.02",
"taker_only": true,
"rebate_rate": "0"
}
}
```
@@ -217,4 +235,4 @@ Emitted when a market is resolved.
```
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -181,4 +181,4 @@ pong
</Accordion>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -546,4 +546,4 @@ Comments support nested threading:
</Accordion>
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+1 -1
View File
@@ -215,4 +215,4 @@ Game status values vary by sport:
| `cancelled` | Match canceled |
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).