Polymarket market + order book
polymarket_marketOne Polymarket market by Gamma id, slug or condition id, with its full outcome pricing and the LIVE CLOB order book for each outcome token: best bid, best ask, midpoint, spread and the top price levels with sizes. Use it before taking a position, to see real depth rather than only a last price. An outcome with no order book returns a null book rather than a fabricated price; an unknown identifier returns not_found and is not billed. Costs $0.008 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /polymarket/market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Polymarket Gamma market id Example: '908713'. | |
| slug | No | Market slug, if you have no id Example: 'fed-rate-hike-in-2026'. | |
| depth | No | Order-book levels per side, 1-20 (default 5) Example: '5'. | |
| condition_id | No | Full 0x-prefixed 32-byte condition id (66 chars), as returned by the markets/events/search tools Example: '0xf708d6652a477c59d7da116df8ff3d393b993e7037367b96cc33aa519cb48354'. |