Get a list of markets with support for filtering, sorting and pagination
created_at
, updated_at
volume
, trades_count
probability
, liquidity
, open_interest
comments_count
offset = page * limit
offset=100
field:direction
Popular Sort Options:created_at:desc
- Newest first (default)updated_at:desc
- Recently updatedvolume:desc
- Highest volumeprobability:desc
- Highest probabilityend_date:asc
- Ending soonestliquidity:desc
- Most liquidkalshi
- Kalshi marketspolymarket
- Polymarketmanifold
- Manifold Marketsmetaculus
- Metaculus"kalshi,polymarket"
for multiple platformsbinary
- Yes/No marketsmultiple_choice
- Multiple outcome marketsnumerical
- Numerical prediction marketsconditional
- Conditional prediction marketsactive
- Currently active for tradingresolved
- Market has been resolvedclosed
- Closed but not yet resolvedsuspended
- Temporarily suspendedcancelled
- Cancelled market2024-01-01T00:00:00Z
)
Example: created_after=2024-01-01
for markets from 2024q=presidential election
- Find election-related marketsq=climate change
- Environmental marketsq=AI artificial intelligence
- Technology marketsq
parameter
Example: question_contains=Will Trump
for specific question patternsprobability_min=0.7
for high-probability markets
Use Case: Find markets with strong convictionprobability_max=0.3
for low-probability markets
Use Case: Find contrarian opportunitiesvolume_min=10000
for markets with significant activityliquidity_min=5000
for well-funded marketspolitics
- Political events and electionseconomics
- Economic indicators and marketstechnology
- Tech developments and innovationsports
- Sports outcomes and championshipsentertainment
- Media, celebrity, and cultural eventsscience
- Scientific developments and discoveriesweather
- Weather and climate predictionstags=election,politics,2024
for 2024 election marketsField | Type | Description |
---|---|---|
market_id | string | Unique identifier across all platforms |
platform | string | Source platform (kalshi, polymarket, etc.) |
platform_id | string | Platform-specific identifier |
adj_ticker | string | Adjacent News standardized ticker |
question | string | Market question or title |
description | string | Detailed market description |
rules | string | Resolution rules and conditions |
status | string | Current market status |
market_type | string | Type of market (binary, multiple_choice, etc.) |
category | string | Market category |
probability | number | Current probability (0.0-1.0) |
volume | number | Total trading volume |
liquidity | number | Current liquidity/open interest |
trades_count | integer | Number of trades |
comments_count | integer | Number of comments |
created_at | string | Market creation timestamp |
updated_at | string | Last update timestamp |
end_date | string | Market end/close date |
resolution_date | string | Actual resolution date (if resolved) |
link | string | Direct link to market on platform |
tags | array | Associated tags |
event | string | Parent event (if applicable) |
Enter your API key as the bearer token
Number of results to return, default is 5 results
Number of results to skip
Filter by platform (e.g., kalshi, polymarket, etc.)
Filter by status (e.g., active, resolved, etc.)
Filter by category
Filter by market type (e.g., binary, scalar, etc.)
Search in question, description, and rules
Filter by tag
Filter markets created after this date
Filter markets created before this date
Minimum probability
Maximum probability
Field to sort by
created_at
, updated_at
, end_date
, probability
, volume
, liquidity
Sort direction
asc
, desc
Include closed markets
Include resolved markets
List of markets
The response is of type object
.