|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
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. | |
Query parameters for get_structured_targets.
| std::vector<std::string> kalshi::GetStructuredTargetsParams::ids |
Filter by specific structured target IDs.
| std::optional<std::string> kalshi::GetStructuredTargetsParams::type |
Filter by structured target type.
| std::optional<std::string> kalshi::GetStructuredTargetsParams::competition |
Filter by competition.
| std::optional<std::int64_t> kalshi::GetStructuredTargetsParams::page_size |
Number of items per page (min 1, max 2000, default 100)
| std::optional<std::string> kalshi::GetStructuredTargetsParams::cursor |
Pagination cursor.