Query Parameters
If
true, returns enriched positions with current prices, unrealized P&L, and market info.Response
Returns an array of position objects.Basic Fields (always included)
Market identifier (condition ID).
Token identifier for this outcome.
Position side (e.g.,
"Yes", "No").Number of shares held.
Average entry price per share.
Additional fields when detailed=true
The market question text.
Name of the outcome you hold.
Current market price for this outcome. May be
null if price data is unavailable.Unrealized profit/loss in USDC. May be
null if price data is unavailable.Unrealized P&L as a percentage. May be
null if price data is unavailable.Current market value of position. May be
null if price data is unavailable.Original cost of position.
Shares reserved in pending sell orders.
Shares available to sell (calculated as size - reserved_for_sell). Only included when
detailed=true.Always check
available_to_sell before placing sell orders to ensure you don’t try to sell shares that are already reserved in pending orders.