Retrieve performance metrics for all vaults where the account has deposits, including net deposits, current value, returns, and PnL. Results are ordered by net deposits (descending) and support pagination.
Bearer token from Geomi. See Authentication for setup instructions.
Account address
Number of results to skip (for pagination)
0 <= x <= 10000Maximum number of results to return
0 <= x <= 1000Account vault performance retrieved successfully
Vault object with metadata + metrics
All-time profit/loss in USDC (includes both realized and unrealized)
All-time return percentage (includes both realized and unrealized)
Number of shares owned (in base units with 6 decimals)
x >= 0Current value of user's shares in USDC
Amount currently locked (cannot withdraw). Frontend: withdrawable = current_value_of_shares - locked_amount
Current share price (NAV per share)
Total amount deposited in USDC (sum of all contributions)
Total amount withdrawn in USDC (sum of all settled redemptions)
Unrealized profit/loss in USDC (only on current holdings)
Trading volume in USDC