Get Current Positions
Positions
Get Current Positions
GET
Get Current Positions
Returns cached positions for a wallet, enriched with metadata and lifecycle hints. Use this endpoint to retrieve all active positions for a user with detailed profit/loss calculations and market information.
Query Parameters
Wallet address whose positions should be returned.Example:
0x56687bf447db6ffa42ffe2204a05edaa20f55839Comma-separated list of condition IDs to filter positions by specific markets.Example:
0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917Minimum token balance to include in the response.Minimum:
0Set to true to only return claims that can currently be redeemed.
Set to true to only return positions that can be merged.
Maximum number of rows to return.Range:
0 to 500Cursor offset for pagination.Range:
0 to 10000Sort column for the response.Options:
CURRENT, INITIAL, TOKENS, CASHPNL, PERCENTPNL, TITLE, RESOLVING, PRICE, AVGPRICESort direction (ascending or descending).Options:
ASC, DESCSubstring search against market title (max 100 chars).
Response
Returns an array of position objects with the following fields:The wallet address holding the position.
The asset identifier in the format
conditionId:outcomeIndex.The condition ID (market identifier) for this position.
Current token balance for this position.
Average price paid for this position.
The initial value invested in this position.
The current market value of this position.
Cash profit/loss for this position (currentValue - initialValue).
Percentage profit/loss for this position.
Total tokens bought for this position (before sells).
Realized profit/loss from partial sells.
Percentage realized profit/loss.
Current market price for this outcome token.
Whether this position can be redeemed (market resolved).
Whether this position can be merged (converted back to collateral).
The market title/question.
URL-friendly market slug.
URL to the market icon image.
URL-friendly event slug.
The outcome name for this position (e.g., “Yes”, “No”, or candidate name).
The numeric index of this outcome.
The name of the opposite outcome.
The asset identifier for the opposite outcome.
Unix timestamp when the position was first opened.
ISO 8601 date-time when the market closes.
Whether this is a negative-risk market.