get_market_holders
Retrieve holders and their positions for any Polymarket market, showing share ownership and balance amounts.
Instructions
Retrieve holders and their positions for a specific market. Shows who owns shares and their holding amounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of holders to return (default: 50, max: 100) | |
| offset | No | Number of holders to skip for pagination (default: 0) | |
| order_by | No | Field to sort by (balance, percentage) | balance |
| token_id | No | Specific token/outcome ID within the market | |
| market_id | No | Market ID to get holders for | |
| min_balance | No | Minimum balance threshold to include holders | |
| order_direction | No | Sort direction (ASC or DESC) | DESC |
| include_user_info | No | Include additional user information if available (default: true) |