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

Query parameters for get_balance. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::int64_t > subaccount
 Subaccount number (0 for primary, 1-63 for subaccounts).
 
std::optional< ExchangeIndex > exchange_index
 Exchange index used to scope the balance and portfolio value.
 

Detailed Description

Query parameters for get_balance.

Member Data Documentation

◆ subaccount

std::optional<std::int64_t> kalshi::GetBalanceParams::subaccount

Subaccount number (0 for primary, 1-63 for subaccounts).

◆ exchange_index

std::optional<ExchangeIndex> kalshi::GetBalanceParams::exchange_index

Exchange index used to scope the balance and portfolio value.


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