info
endpoint with type: "vaultSummaries"
retrieves summary information for all available investment vaults on the Hyperliquid exchange. This endpoint provides comprehensive performance metrics, vault metadata, and investment details for all active trading vaults managed by various vault leaders.
type
(string, required) — The request type. Must be "vaultSummaries"
to retrieve vault summaries.vaultAddress
(string) — Contract address of the vault (42-character hexadecimal)name
(string) — Human-readable name of the vaultleader
(string) — Address of the vault leader/manager who controls trading decisionstotalShares
(string) — Total number of shares issued by the vaulttvl
(string) — Total value locked in the vault expressed in USDsharePrice
(string) — Current price per share (typically starts at 1.0)pnl1D
(string) — 1-day profit and loss percentagepnl7D
(string) — 7-day profit and loss percentagepnl30D
(string) — 30-day profit and loss percentagepnlAllTime
(string) — All-time profit and loss percentage since vault inceptionmaxDD
(string) — Maximum drawdown percentage (worst peak-to-trough decline)isOpen
(boolean) — Whether the vault is currently accepting new depositsminDeposit
(string) — Minimum deposit amount required to invest in the vaultisOpen: true
- accepting new investorsisOpen: false
- not accepting new depositsinfo
endpoint with type: "vaultSummaries"
is essential for applications that need to:
Summary information for all available vaults
List of vault summaries with performance and metadata