Skip to main content
GET
Fetch market lineage
Fetch one market plus its parent event and series in a single round-trip.

Query Parameters

market_ticker
string
required

Response

Success.

A market plus its parent event and series.

market
object
required

The market itself.

event
object | null

Parent event; null if the market is standalone or the parent is missing upstream.

series
object | null

Parent series; null if the event is standalone or the parent is missing upstream.