Get Total Portfolio Value
Positions
Get Total Portfolio Value
GET
Get Total Portfolio Value
Returns the aggregated exposure for a wallet. This endpoint provides a quick summary of the total value of all current positions for a user.
Additional filters such as
market are not implemented yet. This endpoint currently returns the aggregate value across all positions.Query Parameters
EVM address whose aggregated position value should be returned.Example:
0x56687bf447db6ffa42ffe2204a05edaa20f55839Response
Returns an array containing a single value object:The wallet address for which the value was calculated.
The total current value of all positions held by this wallet.
Example Request
Example Response
Use Cases
- Display total portfolio value in a dashboard
- Calculate total exposure before placing new trades
- Monitor aggregate position values over time
- Build portfolio analytics and reporting tools
Related Endpoints
- Get Current Positions - Get detailed information about individual positions
- Get Closed Positions - View historical positions and realized P&L