Skip to main content
POST
vaultSummaries | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "vaultSummaries" is used to list summary information for every vault on the platform.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "vaultSummaries"}.
  • Returns one entry per vault on the platform. The array may be empty depending on platform state.
  • relationship.type distinguishes standalone vaults ("normal") from parent/child vault relationships.
  • This is a global, non-user-keyed type; tvl is a decimal string.
  • For a single vault’s full breakdown (portfolio history, followers, APR), use vaultDetails.
Returns summary information for every vault on the platform, one entry per vault: its name, address, leader, total value locked, closed flag, relationship type, and creation time. Use vaultDetails for a single vault’s full breakdown.

Endpoint

Request

string
required
Always "vaultSummaries".

Example

Response

An array of vault-summary objects, one per vault. May be empty depending on platform state.

Field descriptions

tvl is returned as a decimal string, preserving upstream precision. Do not parse it as a float - keep it as a string or use a fixed-precision decimal type.
string
Vault name.
string
Vault contract address (0x-prefixed hex).
string
Vault leader (manager) address.
string
Total value locked in the vault, in USD, as a decimal string.
boolean
Whether the vault is closed.
object
Relationship metadata for the vault.
int
Vault creation timestamp (Unix ms).
Last reviewed: 2026-07-24