kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
api.hpp File Reference

Typed client for every Kalshi Predictions REST operation. More...

#include "kalshi/error.hpp"
#include "kalshi/http_client.hpp"
#include "kalshi/models.hpp"
#include "kalshi/rate_limit.hpp"
#include <memory>
#include <string_view>

Go to the source code of this file.

Classes

class  kalshi::KalshiClient
 Client for the Kalshi Predictions REST API. More...
 

Namespaces

namespace  kalshi
 

Functions

RateLimitConfig kalshi::rate_limit_config (const GetAccountApiLimitsResponse &limits, const GetAccountEndpointCostsResponse &costs)
 Builds a RateLimitedTransport config from get_account_api_limits() and get_account_endpoint_costs().
 

Detailed Description

Typed client for every Kalshi Predictions REST operation.