polymarket_activity_trades
List normalized Polymarket activity trades with filters for event, market, amount, and taker-only. Returns public trade rows from Data API.
Instructions
List Polymarket activity trades. Returns normalized public trade rows used by Polymarket's /activity page from credential-free Data API trades JSON. The taker_only enum accepts true and false; the filter_type enum accepts CASH; the filter_amount enum accepts 1, 5, 10, 100, 1000, 10000, and 100000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | No | Optional Polymarket event id | |
| filter_amount | No | Minimum filtered amount | |
| filter_type | No | Activity amount filter type | |
| limit | No | Maximum trades, defaults to 50 and supports up to 100 | |
| market | No | Optional market condition id | |
| offset | No | Result offset, defaults to 0 and supports up to 10000 | |
| taker_only | No | Taker-only filter |