Get open positions

GET /api/v1/market-data/positions

Get open positions

get

Returns a paginated list of currently open outcome token positions for a wallet. Includes unrealised PnL, cost basis, current value, and outcome details. Optionally filter by market or question ID.

Query parameters
userstringRequired

Wallet address

marketstringOptional

Comma-separated market addresses to filter by

question_idstringOptional

Comma-separated question IDs to filter by

limitintegerOptional

Limit (default 100, max 500)

offsetintegerOptional

Offset (default 0, max 10000)

Responses
chevron-right
200

OK

application/json
get
/api/v1/market-data/positions

Last updated