Update Polymarket documentation - whitespace normalization (2026-04-07)
This commit is contained in:
@@ -972,6 +972,11 @@ components:
|
||||
type: string
|
||||
format: date-time
|
||||
nullable: true
|
||||
feesEnabled:
|
||||
type: boolean
|
||||
nullable: true
|
||||
feeSchedule:
|
||||
$ref: '#/components/schemas/FeeSchedule'
|
||||
Series:
|
||||
type: object
|
||||
properties:
|
||||
@@ -1343,7 +1348,22 @@ components:
|
||||
outcomes:
|
||||
type: string
|
||||
nullable: true
|
||||
FeeSchedule:
|
||||
type: object
|
||||
properties:
|
||||
exponent:
|
||||
type: number
|
||||
nullable: true
|
||||
rate:
|
||||
type: number
|
||||
nullable: true
|
||||
takerOnly:
|
||||
type: boolean
|
||||
nullable: true
|
||||
rebateRate:
|
||||
type: number
|
||||
nullable: true
|
||||
|
||||
````
|
||||
|
||||
Built with [Mintlify](https://mintlify.com).
|
||||
Built with [Mintlify](https://mintlify.com).
|
||||
|
||||
Reference in New Issue
Block a user