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

Headers that authenticate one request. More...

#include <kalshi/signer.hpp>

Public Attributes

std::string access_key
 KALSHI-ACCESS-KEY.
 
std::string signature
 KALSHI-ACCESS-SIGNATURE (base64)
 
std::string timestamp
 KALSHI-ACCESS-TIMESTAMP (Unix milliseconds)
 

Detailed Description

Headers that authenticate one request.

Member Data Documentation

◆ access_key

std::string kalshi::AuthHeaders::access_key

KALSHI-ACCESS-KEY.

◆ signature

std::string kalshi::AuthHeaders::signature

KALSHI-ACCESS-SIGNATURE (base64)

◆ timestamp

std::string kalshi::AuthHeaders::timestamp

KALSHI-ACCESS-TIMESTAMP (Unix milliseconds)


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