{
  "name": "kalshi-cpp",
  "href": "https://vcpkg.link/ports/kalshi-cpp",
  "supports": "!uwp",
  "published_at": "2026-09-26T07:35:01.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": "https://reddimus.github.io/kalshi-cpp/",
  "homepage_href": "https://github.com/Reddimus/kalshi-cpp",
  "description": [
    "C++23 client for Kalshi's Predictions API. Created from Kalshi's OpenAPI and AsyncAPI specs, it covers every REST operation and WebSocket channel. The WebSocket client reconnects and resubscribes. Optional transports add retries and rate limiting."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.6.2",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/deaff8f4325d0c1499c7d57480e4a18fcc050dab/ports/kalshi-cpp",
    "hash": "deaff8f4325d0c1499c7d57480e4a18fcc050dab"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/Reddimus/kalshi-cpp",
    "stars": 197
  },
  "dependencies": [
    {
      "name": "curl",
      "href": "https://vcpkg.link/ports/curl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "glaze",
      "href": "https://vcpkg.link/ports/glaze",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libwebsockets",
      "href": "https://vcpkg.link/ports/libwebsockets",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "openssl",
      "href": "https://vcpkg.link/ports/openssl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": []
}