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

Query parameters for get_live_datas. More...

#include <kalshi/models.hpp>

Public Attributes

std::vector< std::string > milestone_ids
 Array of milestone IDs.
 
std::optional< bool > include_player_stats
 When true, includes player-level statistics in the live data response.
 

Detailed Description

Query parameters for get_live_datas.

Member Data Documentation

◆ milestone_ids

std::vector<std::string> kalshi::GetLiveDatasParams::milestone_ids

Array of milestone IDs.

◆ include_player_stats

std::optional<bool> kalshi::GetLiveDatasParams::include_player_stats

When true, includes player-level statistics in the live data response.


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