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

Query parameters for get_structured_targets. More...

#include <kalshi/models.hpp>

Public Attributes

std::vector< std::string > ids
 Filter by specific structured target IDs.
 
std::optional< std::string > type
 Filter by structured target type.
 
std::optional< std::string > competition
 Filter by competition.
 
std::optional< std::int64_t > page_size
 Number of items per page (min 1, max 2000, default 100)
 
std::optional< std::string > cursor
 Pagination cursor.
 

Detailed Description

Query parameters for get_structured_targets.

Member Data Documentation

◆ ids

std::vector<std::string> kalshi::GetStructuredTargetsParams::ids

Filter by specific structured target IDs.

◆ type

std::optional<std::string> kalshi::GetStructuredTargetsParams::type

Filter by structured target type.

◆ competition

std::optional<std::string> kalshi::GetStructuredTargetsParams::competition

Filter by competition.

◆ page_size

std::optional<std::int64_t> kalshi::GetStructuredTargetsParams::page_size

Number of items per page (min 1, max 2000, default 100)

◆ cursor

std::optional<std::string> kalshi::GetStructuredTargetsParams::cursor

Pagination cursor.


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