|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | name |
| Name for the API key. | |
| std::optional< ApiKeyType > | key_type |
| std::optional< std::vector< ApiKeyScope > > | scopes |
| List of scopes to grant to the API key. | |
| std::optional< std::int64_t > | subaccount |
| If set, restricts the API key to a single sub-account (0-63) that you own. | |
| std::optional< std::string > | fcm_subtrader_id |
| FCM members only. | |
| std::string kalshi::GenerateApiKeyRequest::name |
Name for the API key.
| std::optional<ApiKeyType> kalshi::GenerateApiKeyRequest::key_type |
| std::optional<std::vector<ApiKeyScope> > kalshi::GenerateApiKeyRequest::scopes |
List of scopes to grant to the API key.
| std::optional<std::int64_t> kalshi::GenerateApiKeyRequest::subaccount |
If set, restricts the API key to a single sub-account (0-63) that you own.
| std::optional<std::string> kalshi::GenerateApiKeyRequest::fcm_subtrader_id |
FCM members only.