polymarket_trades
Retrieve recent public trade fills for a chosen market or user, with optional side, limit, and pagination filters to analyze buying and selling activity.
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. |