info endpoint with type: "vaultSummaries" retrieves summary information for all available vaults on the Hyperliquid exchange. This endpoint provides vault metadata including names, addresses, TVL, and relationship information for all vaults in the system.
vaultDetails endpoint.type (string, required) — The request type. Must be "vaultSummaries" to retrieve vault summaries.name (string) — Name of the vaultvaultAddress (string) — Vault’s blockchain address (42-character hexadecimal)leader (string) — Address of the vault leader/managertvl (string) — Total Value Locked in the vaultisClosed (boolean) — Whether the vault is closed to new depositscreateTimeMillis (number) — Timestamp when vault was created (in milliseconds since Unix epoch)relationship (object) — Vault relationship structure
type (string) — Type of vault relationship: "normal", "child", or "parent"data (object, optional) — Additional relationship data
childAddresses (array of strings) — If parent vault, contains addresses of child vaultsisClosed: false - accepting new depositsisClosed: true - not accepting new depositsinfo endpoint with type: "vaultSummaries" is essential for applications that need to:
Request type to retrieve vault summaries for all available vaults
vaultSummaries Summary information for all available vaults
Name of the vault
Vault's blockchain address
Address of the vault leader/manager
Total Value Locked in the vault
Whether the vault is closed to new deposits
Vault relationship information
Timestamp when vault was created (in milliseconds)