Skip to main content
Arka includes a kalshi skill for read-only Kalshi prediction market data: search open markets, inspect a ticker, see trending contracts by 24h volume, and check exchange status. No trading — quotes and discovery only.

Quick examples

Natural language also works:

Commands

API approach

The skill uses Kalshi’s public Trade API v2 (no API key required for read-only market data):
  • Base URL: https://external-api.kalshi.com/trade-api/v2
  • Endpoints: GET /markets, GET /markets/{ticker}, GET /exchange/status
Kalshi has no dedicated keyword search endpoint, so kalshi search fetches open markets and filters client-side by keyword.

Optional configuration

Add to ~/.config/arka/.env only if you need a custom base URL or future authenticated endpoints:
See also: Stock intelligence