kalshi_get_series
Retrieve a market series by its ticker to view its template, settlement rules, and metadata. Optionally include total trading volume.
Instructions
Get Series Endpoint for getting data about a specific series by its ticker. A series represents a template for recurring events that follow the same format and rules (e.g., "Monthly Jobs Report", "Weekly Initial Jobless Claims", "Daily Weather in NYC"). Series define the structure, settlement sources, and metadata that will be applied to each recurring event instance within that series. Calls GET /series/{series_ticker}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_ticker | Yes | The ticker of the series to retrieve | |
| include_volume | No | If true, includes the total volume traded across all events in this series. |