polymarket_clob_markets
Retrieve the Polymarket CLOB market catalog with cursor pagination, returning condition IDs, token pairs, and tick sizes for detailed market comparison.
Instructions
CLOB market catalogue (condition ids, token pairs, tick sizes) — cursor-paginated; the trading-plane view of the same markets.
Returns: {limit, count, next_cursor, data:[{condition_id, question, market_slug, tokens:[{token_id, outcome}], minimum_tick_size, active, closed}]}
Auth: none needed.
Also answers this: kalshi_markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_cursor | No | Pagination cursor ('' first page, 'LTE=' = end). |