latestOpenAPI 3.0.32026-08-10336178.7 KB
6b7d8bd51050
Vaults (Public)
List all vaults
Returns a paginated list of vaults with optional filters. Portfolio metrics (APR, PnL, returns) are included for each vault.
get/v2/vaults
Query parameters
limitinteger
Maximum number of results to return.
offsetinteger
Number of results to skip (for pagination).
period'24h' | '7d' | '30d' | '6m' | '1y' | 'all'
Time period for metrics calculation.
leader_account_idstring
Filter by vault leader account ID.
depositor_account_idstring
Filter by account that has deposited (holds shares > 0).
type'user' | 'protocol'
Filter by vault type.
is_verified'true' | 'false'
Filter by verification status.
status'active' | 'paused' | 'closed'
Filter by vault status.
Response
Vault list with portfolio metrics.