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

#include <kalshi/models.hpp>

Public Attributes

std::string id
 Unique identifier for the deposit.
 
DepositStatus status {}
 Current status of the deposit.
 
DepositType type {}
 Payment method used for the deposit.
 
std::int64_t amount_cents {}
 Deposit amount in cents.
 
std::int64_t fee_cents {}
 Fee charged for the deposit in cents.
 
std::int64_t created_ts {}
 Unix timestamp of when the deposit was created.
 
std::optional< std::int64_t > finalized_ts
 Unix timestamp of when the deposit was finalized (applied, failed, or returned).
 

Member Data Documentation

◆ id

std::string kalshi::Deposit::id

Unique identifier for the deposit.

◆ status

DepositStatus kalshi::Deposit::status {}

Current status of the deposit.

◆ type

DepositType kalshi::Deposit::type {}

Payment method used for the deposit.

◆ amount_cents

std::int64_t kalshi::Deposit::amount_cents {}

Deposit amount in cents.

◆ fee_cents

std::int64_t kalshi::Deposit::fee_cents {}

Fee charged for the deposit in cents.

◆ created_ts

std::int64_t kalshi::Deposit::created_ts {}

Unix timestamp of when the deposit was created.

◆ finalized_ts

std::optional<std::int64_t> kalshi::Deposit::finalized_ts

Unix timestamp of when the deposit was finalized (applied, failed, or returned).


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