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

#include <kalshi/models.hpp>

Public Attributes

std::int64_t default_cost {}
 Default token cost applied to endpoints that are not listed in endpoint_costs.
 
std::vector< EndpointTokenCost > endpoint_costs
 API v2 endpoints whose configured token cost differs from default_cost.
 

Member Data Documentation

◆ default_cost

std::int64_t kalshi::GetAccountEndpointCostsResponse::default_cost {}

Default token cost applied to endpoints that are not listed in endpoint_costs.

◆ endpoint_costs

std::vector<EndpointTokenCost> kalshi::GetAccountEndpointCostsResponse::endpoint_costs

API v2 endpoints whose configured token cost differs from default_cost.


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