|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::vector< ApiKey > | api_keys |
| List of all API keys associated with the user. | |
| std::optional< std::int64_t > | api_key_region_expiration_ts |
| Unix timestamp (seconds) when the account's location attestation for API key requests expires; a past value means the attestation has lapsed. | |
| std::vector<ApiKey> kalshi::GetApiKeysResponse::api_keys |
List of all API keys associated with the user.
| std::optional<std::int64_t> kalshi::GetApiKeysResponse::api_key_region_expiration_ts |
Unix timestamp (seconds) when the account's location attestation for API key requests expires; a past value means the attestation has lapsed.