docs: daily sync Polymarket docs 2026-06-22 - refresh 142 updated files

This commit is contained in:
GLaDOS
2026-06-22 14:12:02 +02:00
parent abc5b2ae3f
commit 2468130bc8
142 changed files with 241 additions and 170 deletions
+11 -1
View File
@@ -1033,7 +1033,7 @@ Secure clients read account-scoped data for the authenticated wallet by default.
...
case _:
# SPLIT / MERGE / REDEEM / CONVERSION / MAKER_REBATE
# / REFERRAL_REWARD / YIELD
# / TAKER_REBATE / REFERRAL_REWARD / YIELD
...
```
</Tab>
@@ -1102,6 +1102,16 @@ Secure clients expose the API credentials created for the authenticated session.
## Changelog
### `0.1.0b8`
* Added `parent_event_id` to `Event` so child events can link back to their parent event.
* Added `max_price` and `min_price` protection fields to market order requests.
* Handle legacy multi-outcome market listings more safely by omitting markets that cannot be represented by the binary market model.
* Normalize empty-string trade and position market icons to `None`.
* Parse Combo trade activity rows correctly.
* Support new Combos RFQ error codes for balance, allowance, and pre-execution reservation failures.
* Broad user websocket subscriptions now omit market filters so all-market streams receive trade events.
### `0.1.0b7`
* Point Combos RFQ endpoints at the production domains: `combos-rfq-api.polymarket.com` (REST) and `combos-rfq-gateway-quoter.polymarket.com` (quoter WebSocket).