v1

latestOpenAPI 3.1.02026-07-22163829.6 KB
Series

List Markets

List all Polymarket markets that have registered option series on Convallax. Each entry includes the condition ID, market name, available strikes, expiries, and total series count. Use the returned conditionId to filter the List Series endpoint.

get/v1/markets

Response

List of markets with option series

successtrue
countinteger

Number of markets.

Example response

{
  "count": 2,
  "markets": [
    {
      "name": "Hantavirus pandemic in 2026?",
      "conditionId": "0xa4ddc18895cc7b14810283ef8f113939abffd3969c6a0e37f1897110c67e6f73",
      "yesClobTokenId": "51508280778202349361616850684455231843716212176724253736363122559269229712002",
      "seriesCount": 126,
      "strikes": [
        35,
        40,
        45,
        50,
        55,
        60,
        65,
        70,
        75
      ],
      "expiries": [
        1780272000,
        1782864000,
        1785542400
      ],
      "optionTypes": [
        "call",
        "put"
      ]
    }
  ]
}