GET
/
series
/
{series_ticker}
Get Series
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/series/{series_ticker}
{
  "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>"
  }
}

Path Parameters

series_ticker
string
required

Series ticker - unique identifier for the specific series

Response

200 - application/json

The response is of type object.