|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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). | |
| ExchangeInstance kalshi::ApiUsageLevelGrant::exchange_instance {} |
| std::string kalshi::ApiUsageLevelGrant::level |
API usage level this grant confers (for example, expert, premier, paragon, prime, or prestige).
| std::optional<std::int64_t> kalshi::ApiUsageLevelGrant::expires_ts |
Unix timestamp (seconds) when the grant expires.
| std::string kalshi::ApiUsageLevelGrant::source |
How the grant was created: "volume" (earned from trading volume) or "manual" (assigned by Kalshi).