v1
latestOpenAPI 3.1.02026-07-265385123.6 KBVaults
Get account vault performance for all vaults where account has deposits
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.
get/api/v1/account_vault_performance
Query parameters
accountstring required
Account address
offsetinteger
Number of results to skip (for pagination)
limitinteger
Maximum number of results to return
Response
Account vault performance retrieved successfully
Example response
[
{
"vault": {
"lockdown_period_s": 259200,
"net_deposits": 30277044.96
}
}
]