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

#include <kalshi/models.hpp>

Public Attributes

ExchangeInstance exchange_instance {}
 
std::string level
 API usage level this grant confers (for example, expert, premier, paragon, prime, or prestige).
 
std::optional< std::int64_t > expires_ts
 Unix timestamp (seconds) when the grant expires.
 
std::string source
 How the grant was created: "volume" (earned from trading volume) or "manual" (assigned by Kalshi).
 

Member Data Documentation

◆ exchange_instance

ExchangeInstance kalshi::ApiUsageLevelGrant::exchange_instance {}

◆ level

std::string kalshi::ApiUsageLevelGrant::level

API usage level this grant confers (for example, expert, premier, paragon, prime, or prestige).

◆ expires_ts

std::optional<std::int64_t> kalshi::ApiUsageLevelGrant::expires_ts

Unix timestamp (seconds) when the grant expires.

◆ source

std::string kalshi::ApiUsageLevelGrant::source

How the grant was created: "volume" (earned from trading volume) or "manual" (assigned by Kalshi).


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