|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::int64_t | balance {} |
| Member's available balance in cents for the requested account and exchange index. | |
| FixedPointDollars | balance_dollars |
| Member's available balance as a fixed-point dollar string for the requested account and exchange index. | |
| std::int64_t | portfolio_value {} |
| Member's portfolio value in cents for the requested account and exchange index. | |
| std::int64_t | updated_ts {} |
| Unix timestamp of the last update to the balance. | |
| std::optional< std::vector< IndexedBalance > > | balance_breakdown |
| User balance breakdown per exchange instance, omitted only when using a subaccount- restricted API key. | |
| std::int64_t kalshi::GetBalanceResponse::balance {} |
Member's available balance in cents for the requested account and exchange index.
| FixedPointDollars kalshi::GetBalanceResponse::balance_dollars |
Member's available balance as a fixed-point dollar string for the requested account and exchange index.
| std::int64_t kalshi::GetBalanceResponse::portfolio_value {} |
Member's portfolio value in cents for the requested account and exchange index.
| std::int64_t kalshi::GetBalanceResponse::updated_ts {} |
Unix timestamp of the last update to the balance.
| std::optional<std::vector<IndexedBalance> > kalshi::GetBalanceResponse::balance_breakdown |
User balance breakdown per exchange instance, omitted only when using a subaccount- restricted API key.