kalshi_trades
Fetch recent public sports trades, optionally filtered by market ticker. Uses cursor pagination to navigate results.
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, polymarket_holders.
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. |