|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <cstdint>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | kalshi |
Enumerations | |
| enum class | kalshi::Environment : std::uint8_t { kalshi::Production , kalshi::Demo } |
| Kalshi deployment. More... | |
Functions | |
| constexpr std::string_view | kalshi::rest_base_url (Environment environment) noexcept |
REST base URL, including the /trade-api/v2 prefix that requests sign. | |
| constexpr std::string_view | kalshi::websocket_url (Environment environment) noexcept |
| WebSocket URL for streaming market and account data. | |