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

#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.
 

Member Data Documentation

◆ api_keys

std::vector<ApiKey> kalshi::GetApiKeysResponse::api_keys

List of all API keys associated with the user.

◆ api_key_region_expiration_ts

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.


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