v1
latestOpenAPI 3.1.12026-07-23195454.2 KBGet closed positions
Returns a paginated list of historically closed outcome token positions for a wallet. Includes realised PnL, whether the position was a winner, claim/finalisation status, and early-resolution eligibility. When claimed=false (claimable snapshot), max limit is 500; otherwise max limit is 50.
Query parameters
Wallet address
Comma-separated market addresses to filter by
Comma-separated question IDs to filter by
Claim status filter. 'true' returns positions the user has already claimed. 'false' returns positions that still need claiming (finalised winning outcomes the user held to resolution but has not yet claimed). Omit to include all closed positions, including those exited by trading before finalisation.
Sort field: realized_pnl (default), finalised_at, closed_at
Sort ascending (default false = descending)
Limit (default 10; max 50, or max 500 when claimed=false)
Offset (default 0, max 100000)
Response
OK