Skip to main content
GET
Get series events

Path Parameters

identifier
string
required

Series slug (e.g. 'btc-weekly-close') or series ID

Query Parameters

active
boolean

Filter by active events only (default: false)

include_tags
boolean

Include tags array (default: true)

include_markets
boolean

Include markets array (default: true)

include_metrics
boolean

Include metrics (default: true)

limit
integer<int64>

Number of events to return (default: 20, max: 250)

offset
integer<int64>

Row-skip offset (default: 0, max: 3500). Takes precedence over pagination_key when both are set.

pagination_key
string

Opaque cursor from a previous response. Pass verbatim to fetch the next page.

Response

List of events in this series

id
string
default:""
event_slug
string | null
title
string | null
ticker
string | null
description
string | null
resolution_source
string | null
category
string | null
image_url
string | null
market_count
integer<int32>
default:0
created_time
integer<int64> | null
closed_time
integer<int64> | null
start_time
integer<int64> | null
end_time
integer<int64> | null
neg_risk
boolean
default:false
neg_risk_market_id
string | null
game_status
string | null
show_market_images
boolean
default:false
status
string | null

Event status: "open" or "closed"

metrics
object

Per-timeframe metrics keyed by lookback window. Each timeframe key is optional — present only when data exists for that window.

tags
object[]
markets
object[]
series
null | object

A Polymarket series from the Gamma API Series are parent groupings above events (e.g., "NBA Season 2024-25")

Last modified on July 13, 2026