Get portfolio value
The user’s portfolio value: single-market holdings marked to market plus unresolved combo positions at cost basis.
?user= is required (400 otherwise). ?condition= (CSV of condition_id)
scopes the single-market term, and any condition filter excludes the
portfolio-level combo term. data is a single object; a user
with no positions yields { "data": { "proxy_wallet": …, "value": 0 } }.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The wallet whose portfolio value to return. Required.
Comma-separated condition_ids (at most 20 distinct values); omit for
the full portfolio.
Response
Portfolio value for the user
{ "data": T }; the envelope for endpoints that don't paginate.
There is no pagination key: an aggregate or bounded list has no next page.
Paginated feeds return a *Page shape ({ data, pagination }) instead.
/v2/value: the user's portfolio value; single-market holdings marked to
market plus unresolved combo positions at cost basis, rounded to 4 decimals. Always
exactly one row; a user with no positions returns { proxy_wallet, value: 0 }.