v1

latestOpenAPI 3.1.0Proprietary2026-07-26344473.1 KB
v2 - Markets

Get Market By Slug

Get a single market by its slug. Slugs are human-readable identifiers for markets.

get/v2/markets/by-slug/{slug}

Path parameters

slugstring required

Market slug

Query parameters

coinstring required

Cryptocurrency to query. Supported coins include btc, eth. New coins added as they become available.

Response

Successful Response

market_idstring required
event_idstring required
slugstring required
market_typestring required
start_timestring date-time required
end_timestring date-time required
{coin}_price_startnumber nullable

Coin price (USD) at market start. Field name depends on the coin queried: btc_price_start, eth_price_start, sol_price_start, etc.

condition_idstring nullable
clob_token_upstring nullable
clob_token_downstring nullable
winnerstring nullable
final_volumenumber nullable
final_liquiditynumber nullable
{coin}_price_endnumber nullable

Coin price (USD) at market end/resolution. Field name depends on the coin queried: btc_price_end, eth_price_end, sol_price_end, etc.

resolved_atstring date-time nullable
created_atstring date-time nullable
updated_atstring date-time nullable