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

#include <kalshi/models.hpp>

Public Attributes

std::vector< EventData > events
 Array of events matching the query criteria.
 
std::optional< std::vector< Milestone > > milestones
 Array of milestones related to the events.
 
std::string cursor
 Pagination cursor for the next page.
 

Member Data Documentation

◆ events

std::vector<EventData> kalshi::GetEventsResponse::events

Array of events matching the query criteria.

◆ milestones

std::optional<std::vector<Milestone> > kalshi::GetEventsResponse::milestones

Array of milestones related to the events.

◆ cursor

std::string kalshi::GetEventsResponse::cursor

Pagination cursor for the next page.


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