List cross-venue canonical market/question containers with outcome-level Predexon IDs
Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
predexon_ids before quoting or placing routed orders.predexon_id.
Use this endpoint for aggregate discovery. Use /v2/markets/listings when you need venue-native executable identifiers like token IDs, Kalshi tickers, condition IDs, or market slugs.
x-api-key header.
| ID | Meaning |
|---|---|
event_id | Canonical market/question scope. It is one tradable question container, not a broad real-world event. |
predexon_id | Canonical outcome-level trading/routing ID. Equivalent outcomes across venues share the same predexon_id. |
| Venue IDs | market_id, market_ticker, condition_id, token_id, and market_slug are venue-native identifiers, not canonical Predexon IDs. |
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of canonical markets to return. |
pagination_key | string | Cursor from the previous response. Omit on the first request. |
search | string | Text search over market titles and canonical claims. |
venue | string | Filter to markets available on one venue. Example: polymarket. |
status | string | Market status filter. Common values: open, closed. |
category | string | Broad market category. Examples: sports, crypto, politics, entertainment, economics, weather, general. |
league | string | Sports-only league filter. Only use with category=sports or by itself to imply sports. Example: mlb, fl1. |
event_id | string | Fetch a specific canonical market/question scope. |
description, starts_at, and league are omitted when unavailable. total is intentionally not returned for performance. To fetch the next page, pass the returned pagination.pagination_key as the next request’s pagination_key.
| Field | Type | Description |
|---|---|---|
markets[] | array | Canonical market/question containers. |
markets[].event_id | string | Canonical market/question scope ID. |
markets[].market_title | string | Display title for the canonical market. |
markets[].description | string | Optional display description or rules text when available. |
markets[].starts_at | string | Optional ISO timestamp for scheduled markets. |
markets[].status | string | Market status, usually open or closed. |
markets[].venues | string[] | Venues with at least one listing in this canonical market. |
markets[].outcomes[] | array | Canonical tradable outcomes in this market. |
outcomes[].predexon_id | string | Public canonical trading/routing ID for this outcome. |
outcomes[].outcome | string | Canonical outcome key. Examples: yes, no, draw, asm. |
outcomes[].market_type | string | Market type. Examples: binary, game_winner. |
outcomes[].outcome_label | string | Human-readable outcome label. |
outcomes[].claim | string | Canonical claim text for this outcome. |
outcomes[].status | string | Outcome status, usually open or closed. |
outcomes[].venues | string[] | Venues with executable listings mapped to this outcome. |
markets[].league | string | Optional sports league code. |
Number of canonical markets to return.
1 <= x <= 200Cursor from the previous response. Omit on the first request. Cursor for next page.
Text search over market titles and canonical claims.
Filter to markets available on one venue.
kalshi, polymarket, limitless, opinion, predict Market status filter.
open, closed Broad market category.
sports, crypto, politics, entertainment, economics, weather, general Sports-only league filter. Only use with category=sports or by itself to imply sports.
Fetch a specific canonical market/question scope.