Skip to content

kalshi-cli v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:37
· 3 commits to main since this release
d70475e

v0.4.1 is the current Kalshi CLI release for AI agents and scripts using the
Kalshi Trade API v2.

Highlights

  • Versioned, per-command JSON contracts with field-localized
    UPSTREAM_SCHEMA_MISMATCH errors.
  • Fixed-point positions, realized P&L, fills, bounded keyword market search,
    and live or historical candlesticks.
  • Canonical Go module path, so go install and pkg.go.dev work normally.
  • Correct tagged version reporting for binaries installed with go install.
  • Reproducible checksummed archives for macOS and Linux on amd64 and arm64.

Install

brew install bobashopcashier/tap/kalshi-cli
go install github.com/bobashopcashier/kalshi-cli/cmd/kalshi@v0.4.1
curl -fsSL https://raw.githubusercontent.com/bobashopcashier/kalshi-cli/v0.4.1/install.sh | KALSHI_CLI_VERSION=v0.4.1 sh

The release archives and checksum file are attached below.

Full changelog: v0.3.0...v0.4.1