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

Query parameters for get_deposits. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::int64_t > limit
 Number of results per page.
 
std::optional< std::string > cursor
 Pagination cursor.
 

Detailed Description

Query parameters for get_deposits.

Member Data Documentation

◆ limit

std::optional<std::int64_t> kalshi::GetDepositsParams::limit

Number of results per page.

◆ cursor

std::optional<std::string> kalshi::GetDepositsParams::cursor

Pagination cursor.


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