Get Whale Positions
get_whale_positionsPositions of a specific Polymarket wallet, optionally filtered to one market. The /positions API requires a user (no public "all holders by market" endpoint), so pass the wallet address of the trader you want to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Polygon wallet address (0x…) of the user whose positions you want. | |
| condition_id | No | Optional — filter results to a specific market by condition_id. | |
| min_size_usdc | No | Minimum position size in USDC to include in results (default: 1,000). |