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

#include <kalshi/models.hpp>

Public Attributes

std::string usage_tier
 User's effective Predictions API usage tier for these limits (for example, basic, advanced, expert, premier, paragon, prime, or prestige).
 
BucketLimit read
 
BucketLimit write
 
std::vector< ApiUsageLevelGrant > grants
 The caller's active API usage level grants across exchange lanes, where each grant applies to its exchange_instance and usage_tier reflects the effective tier for the lane reported by this endpoint.
 

Member Data Documentation

◆ usage_tier

std::string kalshi::GetAccountApiLimitsResponse::usage_tier

User's effective Predictions API usage tier for these limits (for example, basic, advanced, expert, premier, paragon, prime, or prestige).

◆ read

BucketLimit kalshi::GetAccountApiLimitsResponse::read

◆ write

BucketLimit kalshi::GetAccountApiLimitsResponse::write

◆ grants

std::vector<ApiUsageLevelGrant> kalshi::GetAccountApiLimitsResponse::grants

The caller's active API usage level grants across exchange lanes, where each grant applies to its exchange_instance and usage_tier reflects the effective tier for the lane reported by this endpoint.


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