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": "quadratic",
      "frequency": "<string>",
      "product_metadata": {
        "key": {}
      },
      "settlement_sources": [
        "<any>"
      ],
      "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.

tags
string

Comma separated list of tags to filter series by. If specified, only series containing at least one of these tags will be returned.

Response

200 - application/json

The response is of type object.