/api/v1/public/markets/{id}GET<platform>:<venue ticker> (for example kalshi:SENATEPA-26-R). This is the id every other endpoint accepts, so use it rather than ticker when looking a market up.<platform>: prefix. Not guaranteed unique across venues, so use market_id as the lookup key and display_ticker as the human-readable label.kalshi or polymarket. It is also the prefix of market_id, and it determines what the volume and open interest figures are counted in (see the companion volume_unit, volume_24h_unit, and open_interest_unit fields).volume_unit.volume. See QuantityUnit.volume_24h_unit.volume_24h. See QuantityUnit.open_interest_unit.open_interest. See QuantityUnit.active (trading), closed (trading has ended, outcome not yet published), resolved (settled with a known outcome), expired (ended long ago and never settled by the venue), or unknown (the venue reported no status we recognize).closed for a while before it resolves, so see expiration_date for the expected settlement.end_date, which is when trading closes; a market sits between the two while awaiting its outcome.Politics, Sports, Crypto). Every market under the same event shares it.city_code instead.message. One of bad_request, unauthorized, forbidden, not_found, conflict, service_unavailable, upstream_error, service_error, or internal_error.curl -X GET "https://api.dev.adjacent.markets/api/v1/public/markets/<id>"
{ "market_id": "kalshi:KXPRESPARTY-2028-D", "ticker": "KXPRESPARTY-2028-D", "display_ticker": "KXPRESPARTY-2028-D", "platform": "kalshi", "question": "Will Democratic win the Presidency in 2028?", "probability": 58, "volume": 233444.98, "volume_unit": "contracts", "volume_24h": 14.2, "volume_24h_unit": "contracts", "open_interest": 116538.21, "open_interest_unit": "contracts", "yes_bid": 57, "yes_ask": 58, "no_bid": 42, "no_ask": 43, "event_ticker": "KXPRESPARTY-2028", "status": "active", "open_time": "2024-11-06T15:00:00Z", "end_date": "2029-11-07T15:00:00Z", "expiration_date": "2029-01-21T15:00:00Z", "link": "https://kalshi.com/markets/kxpresparty/kxpresparty-2028", "category": "Elections", "market_type": "binary" }