UTILITY·GitHub·MIT

Kalshi Price Monitor

Monitor Kalshi prices and alert on significant changes

Install

npm i -g kalshi-price-monitor

Simple daemon: give it a list of tickers + a threshold (e.g., 5c in 10m), and it fires a webhook when any triggers. Useful for on-call rotations, Slack alerts during live events, or Signal bots.

Quickstart

npx kalshi-price-monitor \
  --tickers KXRATE-25OCT30,KXFEDDEC \
  --threshold-cents 5 \
  --window-min 10 \
  --webhook https://hooks.slack.com/services/...

Tags

utilitytypescriptkalshimonitoringwebhook

Related