Skip to main content
GET
/
v1
/
markets
/
{market_id}
/
series-outcomes
Series Market Outcomes
curl --request GET \
  --url https://api.predictamarkets.com/v1/markets/{market_id}/series-outcomes
[
  {
    "id": 1,
    "qid": "SRO-1",
    "winning_side": "YES",
    "winning_prediction_key": "mkt-12-yes",
    "market_determined_at": "2025-03-01T12:00:00Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.predictamarkets.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

market_id
string
required

The ID, QID or slug of the series market to get outcomes for

Query Parameters

history_id
integer | null

Optional: Get outcomes for a specific regeneration history ID. If provided, returns only that history.

limit
integer
default:50

Maximum number of regeneration histories to return.

Required range: 1 <= x <= 200
skip
integer
default:0

Number of regeneration histories to skip (for pagination).

Required range: x >= 0

Response

Series outcomes

generated_at
string<date-time>
required

When the regeneration took place

status
enum<string>
required

Status of the regeneration cycle

Available options:
PENDING_APPROVAL,
OPEN,
CLOSED,
LOCKED,
CANCELLED,
COMPLETED,
RESOLUTION_DISPUTED,
SETTLED,
REJECTED,
OPEN_TO_DISPUTE
id
integer | null

The regeneration history ID

all_market_assets
MarketAssetSchema · object[] | null

Market assets for this regeneration cycle with outcomes