Get closed positions
Query parameters
userstringRequired
Wallet address
marketstringOptional
Comma-separated market addresses to filter by
question_idstringOptional
Comma-separated question IDs to filter by
claimedstringOptional
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.
limitintegerOptional
Limit (default 10, max 50)
offsetintegerOptional
Offset (default 0, max 100000)
Responses
200
OK
application/json
400
Bad Request
application/json
500
Internal Server Error
application/json
get
/api/v1/market-data/closed-positionsLast updated