get_user_activity
Retrieve a user's public activity feed on Polymarket prediction markets by providing their Ethereum address. View recent trades, market interactions, and portfolio updates with pagination controls.
Instructions
Get a user's activity feed (public data). Use user address. Example: user=0xabc..., limit=50.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User Ethereum address (0x...) | |
| limit | No | Number of activities to return | |
| offset | No | Pagination offset |