info
endpoint with type: "leadingVaults"
retrieves information about all vaults managed by a specific vault leader on the Hyperliquid exchange. This endpoint provides comprehensive data about a vault leader’s managed funds, including performance metrics, vault configurations, and management details.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type
(string, required) — The request type. Must be"leadingVaults"
to retrieve vaults led by a specific user.user
(string, required) — Address in 42-character hexadecimal format of the vault leader (e.g.,0x31ca8395cf837de08b24da3f660e77761dfb974b
).
Response
The response is an array of vault objects managed by the specified vault leader:Vault identification
vaultAddress
(string) — Contract address of the vault (42-character hexadecimal)name
(string) — Human-readable name of the vaultleader
(string) — Address of the vault leader (matches the requested user)
Vault metrics
totalShares
(string) — Total number of shares issued by the vaulttvl
(string) — Total value locked in the vault expressed in USDsharePrice
(string) — Current price per share reflecting cumulative performance
Performance metrics
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)
Vault configuration
isOpen
(boolean) — Whether the vault is currently accepting new depositsminDeposit
(string) — Minimum deposit amount required to invest in the vaultcreatedTime
(integer) — Vault creation timestamp in millisecondsleaderCommission
(string) — Commission percentage taken by the vault leader
Understanding vault leadership
Vault leader responsibilities:- Trading decisions: Making all buy/sell decisions for the vault
- Risk management: Managing leverage and position sizing
- Strategy execution: Implementing trading strategies
- Performance accountability: Responsible for vault returns
- Leaders typically earn a percentage of profits as commission
- Commission rates vary by vault and leader agreement
- Incentivizes leaders to maximize vault performance
- Creation: Leaders can create new vaults with specific parameters
- Management: Ongoing trading and strategy execution
- Performance tracking: Historical record of all trading decisions
Example request
Shell
Use case
Theinfo
endpoint with type: "leadingVaults"
is essential for applications that need to:
- Vault leader analysis: Evaluate the track record and performance of specific vault leaders
- Due diligence: Research vault leaders before making investment decisions
- Performance tracking: Monitor the performance of vaults managed by specific leaders
- Leader dashboards: Build management interfaces for vault leaders to track their funds
- Portfolio analysis: Analyze the investment style and strategy of vault leaders
- Leader comparison: Compare performance across different vault leaders
- Risk assessment: Evaluate the risk profile of vaults managed by specific leaders
- Investment research: Identify top-performing vault leaders for potential investments
- Vault management tools: Build tools for vault leaders to manage their funds
- Performance analytics: Analyze leader performance across different market conditions
- Leader reputation systems: Build reputation scoring based on vault performance
- Investment platforms: Display leader-specific vault information to investors
- Commission analysis: Understand the fee structure of different vault leaders
- Strategy research: Study successful trading strategies employed by top leaders
Body
application/json
Response
200 - application/json
Information about vaults led by the specified user
List of vaults managed by the specified vault leader
Contract address of the vault
Human-readable name of the vault
Address of the vault leader (should match the requested user)
Total number of shares issued by the vault
Total value locked in the vault (USD)
Current price per share
1-day profit and loss percentage
7-day profit and loss percentage
30-day profit and loss percentage
All-time profit and loss percentage
Maximum drawdown percentage
Whether the vault is open for new deposits
Minimum deposit amount required
Vault creation timestamp in milliseconds
Commission percentage taken by the vault leader