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

Query parameters for get_incentive_programs. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< GetIncentiveProgramsStatus > status
 Status filter.
 
std::optional< GetIncentiveProgramsType > type
 Type filter.
 
std::optional< std::string > incentive_description
 Filter by exact incentive description.
 
std::optional< std::int64_t > limit
 Number of results per page.
 
std::optional< std::string > cursor
 Cursor for pagination.
 

Detailed Description

Query parameters for get_incentive_programs.

Member Data Documentation

◆ status

std::optional<GetIncentiveProgramsStatus> kalshi::GetIncentiveProgramsParams::status

Status filter.

◆ type

std::optional<GetIncentiveProgramsType> kalshi::GetIncentiveProgramsParams::type

Type filter.

◆ incentive_description

std::optional<std::string> kalshi::GetIncentiveProgramsParams::incentive_description

Filter by exact incentive description.

◆ limit

std::optional<std::int64_t> kalshi::GetIncentiveProgramsParams::limit

Number of results per page.

◆ cursor

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

Cursor for pagination.


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