Update Polymarket documentation - whitespace normalization (2026-04-07)
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -181,4 +181,4 @@ pong
|
||||
</Accordion>
|
||||
|
||||
|
||||
Built with [Mintlify](https://mintlify.com).
|
||||
Built with [Mintlify](https://mintlify.com).
|
||||
|
||||
@@ -546,4 +546,4 @@ Comments support nested threading:
|
||||
</Accordion>
|
||||
|
||||
|
||||
Built with [Mintlify](https://mintlify.com).
|
||||
Built with [Mintlify](https://mintlify.com).
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user