Website - Operational
CLOB API - Operational
Markets API - Operational
Polygon (RPC) - Operational
User auth - Operational
Sports API - Operational
+
-
+
## Markets
@@ -19,9 +19,9 @@ Every prediction on Polymarket is structured around two core concepts: **markets
A **market** is the fundamental tradable unit on Polymarket. Each market represents a single binary question with Yes/No outcomes.
-
+
-
+
Every market has:
@@ -106,3 +106,6 @@ Specifically for sports markets, outstanding limit orders are **automatically ca
Start querying markets and events from the API.
+
-
+
## How Orders Work
@@ -39,7 +39,7 @@ Orders are **EIP712-signed messages**. When you place an order, you sign a struc
Post-only orders will only rest on the book. If a post-only order would match immediately (cross the spread), it's rejected instead of executed. This guarantees you're always the maker, never the taker.
+
-
+
## Outcome Tokens
@@ -92,11 +92,11 @@ If you hold 100 Yes tokens and Yes is trading at \$0.75:
Position value = 100 × $0.75 = $75
```
-## Profit & Loss
+## Profit and Loss
Your profit depends on how the market resolves compared to your entry price.
-### Example: Buying Yes at \$0.40
+### Example - Buying Yes at 0.40
| Scenario | Outcome | Return | Profit |
| ------------------- | -------- | ------ | ------------------------- |
@@ -107,10 +107,13 @@ Your profit depends on how the market resolves compared to your entry price.
Polymarket pays a **4.00% annualized** Holding Reward based on your total position value in eligible markets. Your total position value is randomly sampled once each hour, and the reward is distributed daily. The rate is variable and subject to change at Polymarket's discretion.
-### Example: Selling before resolution
+### Example - Selling Before Resolution
You can lock in profits or cut losses by selling before the market resolves:
* Bought Yes at `$0.40`
* Price rises to `$0.70`
* Sell at `$0.70` → Profit of `$0.30` per token (75%)
+
+
+Built with [Mintlify](https://mintlify.com).
\ No newline at end of file
diff --git a/docs/concepts/prices-orderbook.md b/docs/concepts/prices-orderbook.md
index 059ccd0..f073457 100644
--- a/docs/concepts/prices-orderbook.md
+++ b/docs/concepts/prices-orderbook.md
@@ -9,12 +9,12 @@
Polymarket uses a **Central Limit Order Book (CLOB)** for trading. Prices aren't set by Polymarket—they emerge from supply and demand as users trade with each other.
-
+
-
+
-## Prices = Probabilities
+## Prices Are Probabilities
Every share on Polymarket is priced between `$0.00` and `$1.00`. The price directly represents the market's belief in the probability of that outcome.
@@ -80,9 +80,9 @@ Polymarket's CLOB is **hybrid-decentralized**:
2. **Onchain settlement** — Matched trades settle via smart contracts
-
+
-
+
This design gives you the speed of centralized matching with the security of onchain settlement. You always maintain custody of your funds.
@@ -114,3 +114,6 @@ When matched, `$1.00` is converted into 1 Yes token and 1 No token, each going t
Understand what happens from order placement to settlement.
+
+
+Built with [Mintlify](https://mintlify.com).
\ No newline at end of file
diff --git a/docs/concepts/resolution.md b/docs/concepts/resolution.md
index 3fef454..8a55bb5 100644
--- a/docs/concepts/resolution.md
+++ b/docs/concepts/resolution.md
@@ -11,9 +11,9 @@ When the outcome of an event becomes known, the market is **resolved**. Resoluti
Polymarket uses the **UMA Optimistic Oracle** for decentralized, permissionless resolution. Anyone can propose an outcome, and anyone can dispute it if they believe it's incorrect.
-
+
-
+
## Resolution Rules
@@ -58,7 +58,7 @@ Every market has pre-defined resolution rules that specify:
3. **Two disputes** — Propose, Challenge, second Propose, second Challenge, Resolve via DVM vote
-
npm install @polymarket/clob-client
@@ -20,6 +20,10 @@ We recommend using the open-source SDK clients, which handle order signing, auth
pip install py-clob-client cargo add polymarket-client-sdk
Website - Operational
CLOB API - Operational
Markets API - Operational
Polygon (RPC) - Operational
User auth - Operational
Sports API - Operational
Website - Operational
CLOB API - Operational
Markets API - Operational
Polygon (RPC) - Operational
User auth - Operational
Sports API - Operational