PAPI
API ReferencePolymarket Markets

List Series

GET
/polymarket/series
X-API-Key<token>

In: header

Path Parameters

search*|
limit*|
Formatint32
Range0 <= value

Response Body

application/json

curl -X GET "https://loading/polymarket/series"
[
  {
    "id": "string",
    "recurrence": "string",
    "slug": "string",
    "title": "string",
    "volume_24h": "string",
    "volume_total": "string"
  }
]