polymarket_get_market
Get complete details of a Polymarket prediction market by specifying its market ID, slug, or on-chain condition ID. Returns full market data for analysis.
Instructions
Resolve one market in full detail by id, slug, OR condition_id (provide one).
Args: id: Numeric Gamma market id (e.g. "507034"). A "0x..." value is treated as a condition id. slug: Market slug (e.g. "will-trump-win-the-2024-us-presidential-election"). condition_id: On-chain condition id ("0x...").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| slug | No | ||
| condition_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| question | No | ||
| slug | No | ||
| condition_id | No | ||
| outcomes | No | ||
| volume24hr | No | ||
| liquidity | No | ||
| best_bid | No | ||
| best_ask | No | ||
| last_trade_price | No | ||
| one_day_price_change | No | ||
| end_date | No | ||
| active | No | ||
| closed | No | ||
| description | No | ||
| volume | No | ||
| spread | No | ||
| enable_order_book | No | ||
| order_price_min_tick_size | No | ||
| order_min_size | No | ||
| uma_resolution_status | No | ||
| clob_token_ids | No | ||
| tags | No |