Get Polymarket trader activity
get_trader_activityView any wallet's Polymarket footprint, including open positions, recent activity, or total portfolio value using public on-chain data.
Instructions
Public, read-only look at any wallet's Polymarket footprint — open positions, recent activity, or total portfolio value. Useful for whale-watching and copy-research. No credentials needed; uses only on-chain/public data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet address (0x...) of the trader to inspect | |
| view | No | positions = open holdings (default); activity = recent on-chain actions; value = total portfolio value | |
| limit | No | Max rows for positions/activity views (default 25) | |
| offset | No | Pagination offset for positions/activity |