Skip to main content
GET
/
portfolio
/
traders
/
{address}
/
closed
cURL
curl --request GET \
  --url http://localhost:10112/portfolio/traders/{address}/closed

Path Parameters

address
string
required

Trader wallet address

Query Parameters

condition_id
string

Filter by condition ID

market_slug
string

Filter by market slug

question
string

Search by question text

limit
integer<int32>

Results limit (default: 50, max: 100)

offset
integer<int32>

Pagination offset

Response

200

Closed/resolved positions with PnL

Last modified on February 19, 2026