whale-radar
Analyze Polymarket whale activity from a proxy wallet: view recent trades, open positions, and whale tier for copy-trading signals or market sentiment insights.
Instructions
Polymarket whale intelligence for a given proxy wallet address. Returns recent prediction-market trades (market title, outcome, side, size in USDC, price, timestamp) and current open positions (title, size, avg price, current value, unrealized PnL). Infers whale tier (whale/shark/dolphin/minnow) from trade sizes. Use for copy-trading signal generation, market-sentiment cross-reference, or on-chain agent behavior profiling. Free upstream: Polymarket public data API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | Polymarket proxy wallet address (0x, 42 hex chars). Obtain from recent Polymarket trades or on-chain Polygon activity. Example: 0x7a9dc87be2c72791fd86fad5f67be7c5dc89ba5d | |
| activity_limit | No | Max recent trades to return (1–50, default 10). | |
| positions_limit | No | Max open positions to return (1–50, default 10). | |
| include_closed | No | If true, include zero-value (closed/redeemable) positions. Default false. |