docs: sync with official Polymarket docs (2026-07-09)

Updates across 25 files:
- api-reference/core: get-user-combo-activity, get-user-combo-positions
- dev-tooling/python
- polymarket-learn/FAQ: wen-token, what-are-prediction-markets, why-do-i-need-crypto
- polymarket-learn/deposits: coinbase, how-to-withdraw, moonpay, usdc-on-eth
- polymarket-learn/get-started: how-to-deposit, how-to-signup, making-your-first-trade, what-is-polymarket
- polymarket-learn/markets: dispute, how-are-markets-clarified, how-are-markets-created, how-are-markets-resolved
- polymarket-learn/trading: holding-rewards, how-are-prices-calculated, limit-orders, liquidity-rewards, market-orders, no-limits
- resources/error-codes
This commit is contained in:
GLaDOS
2026-07-09 14:09:56 +02:00
parent 0cf3c8eee4
commit a1a79b8a72
25 changed files with 117 additions and 50 deletions
+4
View File
@@ -271,6 +271,10 @@ These errors are returned when an order passes initial validation but fails duri
`the market is not yet ready to process new orders`
</ResponseField>
<ResponseField name="500" type="Internal Server Error">
`order timed out` — The exchange could not process the order before the request deadline. This typically happens during bursts of concurrent order submissions from the same account. The order was rejected before reaching the order book and can be safely resubmitted.
</ResponseField>
***
## Matching Engine Errors