polymarket_clob_markets
Retrieve a paginated catalogue of Polymarket CLOB markets, including condition IDs, token pairs, tick sizes, and active status, to inspect trading-plane market structures.
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). |