Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate to Kalshi.
.env
KALSHI_API_KEY_ID=... KALSHI_PRIVATE_KEY_PATH=./kalshi-private-key.pem
import os from openpx import Exchange exchange = Exchange("kalshi", { "api_key_id": os.environ["KALSHI_API_KEY_ID"], "private_key_path": os.environ["KALSHI_PRIVATE_KEY_PATH"], })