polymarket_activity_trades
Fetch normalized public trade rows from Polymarket's activity page, supporting taker, amount, and type filters with pagination.
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 |
|---|---|---|---|
| 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 | |
| event_id | No | Optional Polymarket event id | |
| taker_only | No | Taker-only filter | |
| filter_type | No | Activity amount filter type | |
| filter_amount | No | Minimum filtered amount |