kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::GetSeriesListParams Struct Reference

Query parameters for get_series_list. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > category
 Return series whose categories list contains this value.
 
std::optional< std::string > tags
 
std::optional< bool > include_product_metadata
 
std::optional< bool > include_volume
 If true, includes the total volume traded across all events in each series.
 
std::optional< std::int64_t > min_updated_ts
 Filter series with metadata updated after this Unix timestamp (in seconds).
 

Detailed Description

Query parameters for get_series_list.

Member Data Documentation

◆ category

std::optional<std::string> kalshi::GetSeriesListParams::category

Return series whose categories list contains this value.

◆ tags

std::optional<std::string> kalshi::GetSeriesListParams::tags

◆ include_product_metadata

std::optional<bool> kalshi::GetSeriesListParams::include_product_metadata

◆ include_volume

std::optional<bool> kalshi::GetSeriesListParams::include_volume

If true, includes the total volume traded across all events in each series.

◆ min_updated_ts

std::optional<std::int64_t> kalshi::GetSeriesListParams::min_updated_ts

Filter series with metadata updated after this Unix timestamp (in seconds).


The documentation for this struct was generated from the following file: