dome_trade_history
Fetches historical trade data for Kalshi markets with optional filtering by ticker and time range. Returns executed trades with pricing, volume, and taker side information. All timestamps are in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of trades to return (default: 100) | |
| offset | No | Number of trades to skip for pagination | |
| ticker | No | The Kalshi market ticker to filter trades | |
| end_time | No | End time in Unix timestamp (seconds) | |
| start_time | No | Start time in Unix timestamp (seconds) |