polymarket_trades
Fetch recent public trade tape for Polymarket markets. Filter by condition ID, wallet, or side to inspect price, size, and outcome for each fill.
Instructions
Public trade tape — recent fills, optionally for one market (condition id) or user.
Returns: [{proxyWallet, side, asset, conditionId, size, price, timestamp, title, outcome}] (top-level array)
Auth: none needed.
Also answers this: kalshi_trades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Taker side filter. One of: BUY, SELL. | |
| user | No | Filter by wallet address. | |
| limit | No | Page size (max 500). | |
| market | No | Condition id (a market's conditionId). | |
| offset | No | Pagination offset. |