Skip to main content
GET
/
v1
/
series
Get Series
curl --request GET \
  --url https://gateway.polymarket.us/v1/series
{
  "series": [
    {
      "id": "<string>",
      "slug": "<string>",
      "title": "<string>",
      "subtitle": "<string>",
      "recurrence": "<string>",
      "image": "<string>",
      "active": true,
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Query Parameters

limit
integer<int32>

Pagination limit

offset
integer<int32>

Pagination offset

orderBy
string[]

Pagination order

orderDirection
string

Pagination order direction

slug
string[]

Series slug

active
boolean

Whether series is active

recurrence
string

Series recurrence pattern

Response

List of series

Response containing list of series

series
object[]

List of series