polymarket_get_positions
Get current Polymarket positions with real token balances and profit/loss, not just open orders. Supports filtering by market and redeemable status.
Instructions
Get real positions (token holdings) for the configured wallet from Polymarket Data API.
Returns actual token balances with P&L, not just open orders.
Parameters:
redeemable: Filter to only show redeemable (resolved) positions (default: false)
market: Filter by condition ID (optional)
limit: Max results 1-500 (default: 100)
Response includes:
token_id, condition_id, outcome, size, avg_price, current_price
pnl (cash P&L), pnl_percent
redeemable/mergeable flags
market title, slug, end_date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| market | No | ||
| redeemable | No |