kalshi
Installation
SKILL.md
Kalshi
Query Kalshi prediction markets. No API key needed for market data.
Triggers
- "kalshi", "kalshi markets", "kalshi odds"
- Can be combined with Polymarket for comparison
API Endpoints
Base URL: https://api.elections.kalshi.com/trade-api/v2
Get Events with Markets (Political/Economics)
curl -s 'https://api.elections.kalshi.com/trade-api/v2/events?limit=20&status=open&with_nested_markets=true' | jq '.events[] | select(.category == "Politics" or .category == "Economics") | {title, category, markets: [.markets[]? | {title, yes_bid, yes_ask, volume}]}'