get_user_positions
Retrieve current positions, holdings, and P&L for a Polymarket user. Filter by market, asset type, or size.
Instructions
Retrieve user's current positions in Polymarket prediction markets. Shows holdings, P&L, and position details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of positions to return (default: 50, max: 100) | |
| offset | No | Number of positions to skip for pagination (default: 0) | |
| min_size | No | Minimum position size threshold | |
| market_id | No | Filter positions by specific market ID | |
| asset_type | No | Filter by asset type (conditional_token, collateral_token) | |
| user_address | Yes | User's wallet address (proxy wallet address) | |
| show_zero_positions | No | Include positions with zero size (default: false) |