get_activity
Retrieve your Polymarket account activity log, including trades, splits, merges, and rewards, with filters for market, activity type, and pagination.
Instructions
Retrieve a comprehensive activity log for the authenticated user, encompassing trades, splits, merges, and rewards.
Provides a detailed audit trail of all supported account actions.
Automatically utilizes the wallet address defined in the POLYMARKET_WALLET_ADDRESS environment variable.
Args: market (Optional[str]): Filter logs by a specific market condition ID. activity_type (Optional[str]): Filter logs by explicit activity type (e.g., 'TRADE', 'SPLIT', 'MERGE', 'REDEEM', 'REWARD', 'CONVERSION'). limit (Optional[int]): The maximum number of paginated results to return. offset (Optional[int]): The pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| market | No | ||
| offset | No | ||
| activity_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |