v1

latestOpenAPI 3.1.12026-07-23195454.2 KB
get-open-positions

Get open positions

Returns a paginated list of currently open outcome token positions for a wallet (current_quantity > 0 AND is_claimed = FALSE). Includes unrealised PnL, cost basis, current value, held quantity, last block timestamp, early-resolution eligibility, market lifecycle status (same values as /market-data/status), and outcome details. Optionally filter by market or question ID.

get/api/v1/market-data/positions

Query parameters

userstring required

Wallet address

marketstring

Comma-separated market addresses to filter by

question_idstring

Comma-separated question IDs to filter by

orderstring

Sort field: size (default), last_traded, updated_at

ascendingboolean

Sort ascending (default false = descending)

limitinteger

Limit (default 100, max 1000)

offsetinteger

Offset (default 0, max 10000)

Response

OK