Skip to main content
GET
Get market by slug

Path Parameters

market_slug
string
required

Market slug (e.g. will-trump-win)

Query Parameters

condition_ids
string

Comma-separated condition IDs (max 50)

question_ids
string

Comma-separated question IDs (max 50)

market_ids
string

Comma-separated market IDs (max 50)

market_slugs
string

Comma-separated market slugs (max 50)

event_slugs
string

Comma-separated event slugs (max 50)

tags
string

Comma-separated tag filters (max 50)

position_ids
string

Comma-separated position IDs to resolve to markets (max 50)

Search string (3-100 characters)

timeframe
enum<string>

Metrics timeframe (default: 24h)

Available options:
1m,
5m,
30m,
1h,
6h,
24h,
7d,
30d,
lifetime
include_tags
boolean

Include tags array (default: true)

include_event
boolean

Include event object (default: true)

include_metrics
boolean

Include all timeframe metrics (default: true)

ai
boolean

Return truncated response optimized for AI consumers (default: false)

Response

Array of markets with metadata, outcomes, tags, event, and metrics

condition_id
string
default:""

Condition ID.

id
string | null

ID.

market_slug
string | null

Market slug.

question
string | null

Question.

title
string | null

Title.

description
string | null

Description.

image_url
string | null

Image URL.

oracle
string | null

Oracle.

status
string
default:""

Status.

created_time
integer<int64> | null

Created time timestamp.

start_time
integer<int64> | null

Start time timestamp.

game_start_time
integer<int64> | null

Game start time timestamp.

closed_time
integer<int64> | null

Closed time timestamp.

end_time
integer<int64> | null

End time timestamp.

accepting_orders
boolean | null

Accepting orders.

uma_resolution_status
string | null

Uma resolution status.

is_neg_risk
boolean | null

Whether neg risk is true.

market_maker_address
string | null

Market maker address.

creator
string | null

Creator.

category
string | null

Category.

volume_usd
number<double> | null

Volume in USD.

liquidity_usd
number<double> | null

Liquidity in USD.

highest_probability
number<double> | null

Highest probability.

total_holders
integer<int64> | null

Total holders.

total_daily_rate
number<double> | null

Total daily rate.

winning_outcome
null | object

Winning outcome.

outcomes
object[]

Outcomes.

clob_rewards
object[]

Clob rewards.

tags
string[]

Tags.

event_slug
string | null

Event slug.

resolution_source
string | null

Resolution source.

metrics
object

Per-timeframe metrics keyed by lookback window. Each timeframe key is optional — present only when data exists for that window.

relevance_score
number<double> | null

Relevance score.

Last modified on August 7, 2026