GET
/
series
Get Series List
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/series
{
  "series": [
    {
      "additional_prohibitions": [
        "<string>"
      ],
      "category": "<string>",
      "contract_terms_url": "<string>",
      "contract_url": "<string>",
      "fee_multiplier": 123,
      "fee_type": "<string>",
      "frequency": "<string>",
      "product_metadata": {
        "key": {}
      },
      "settlement_sources": [
        {
          "name": "<string>",
          "url": "<string>"
        }
      ],
      "tags": [
        "<string>"
      ],
      "ticker": "<string>",
      "title": "<string>"
    }
  ]
}

Query Parameters

category
string
required

Filter series by category. Returns only series belonging to the specified category.

include_product_metadata
boolean

Include additional product metadata in the response for each series.

Response

200 - application/json

The response is of type object.