kalshi_trades
Get a paginated list of recent public trades, optionally filtered by market ticker and time range, to monitor trading activity across sports data.
Instructions
Recent public trades, optionally for one market ticker. Paginated by cursor.
Returns: {cursor, trades:[{trade_id, ticker, count, yes_price, no_price, taker_side, created_time}]}
Auth: none needed.
Also answers this: polymarket_trades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-1000). | |
| cursor | No | Pagination cursor. | |
| max_ts | No | Unix-seconds upper bound. | |
| min_ts | No | Unix-seconds lower bound. | |
| ticker | No | Filter to one market. |