---
title: "List Series"
method: GET
path: "/v2/polymarket/series"
tags: ["polymarket"]
---

# List Series

`GET /v2/polymarket/series`

List series (recurring market groupings), ordered by open-event count.

Examples:
- Daily series: ``?recurrence=daily``
- All series incl. inactive: ``?active=false`` (or omit for active-only).

## Query parameters

- `recurrence` 'daily' | 'weekly' | 'monthly'
- `active` boolean, nullable — Filter by active status (default: true)
- `limit` integer — Number of series to return
- `offset` integer — Offset for pagination

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/predexon/apis/predexon-api.md) · [All operations](https://skmtc.net/predexon/apis/predexon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/predexon/predexon-api/versions/80a306fbdb39/schema)
