Skip to main content
GET
/
api
/
v1
/
fex
/
{market_id}
/
market
{
  "exchange": "<string>",
  "market_id": "<string>",
  "event_type": "<string>",
  "status": "<string>",
  "title": "<string>",
  "ticker_prefix": "<string>",
  "category": "<string>",
  "expiration_date": "2023-12-25",
  "threshold": "<string>",
  "spec_url": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Path Parameters

market_id
string
required

ForecastEx market ID

Response

Market details

Market details for a ForecastEx prediction market.

exchange
string

Exchange name

market_id
string

Unique market identifier

event_type
string

Type of event

status
string

Current market status

title
string

Market title

ticker_prefix
string

Ticker prefix

category
string

Market category

expiration_date
string<date>

Contract expiration date

threshold
string

Contract threshold

spec_url
string

URL to contract specification

updated_at
string<date-time>

Last update timestamp