info
endpoint with type: "vaultDetails"
retrieves comprehensive information about a specific vault on the Hyperliquid exchange. This endpoint provides detailed vault metrics including portfolio performance, follower information, leader details, and vault configuration settings, enabling thorough analysis of vault operations and performance.
vaultDetails
endpoint provides the most recent data for any specific vault. For broader vault discovery:- The
vaultSummaries
endpoint returns vaults that are less than 2 hours old - For hourly snapshots of all vaults, use
https://stats-data.hyperliquid.xyz/Mainnet/vaults
vaultSummaries
for browsing all available vaults.Parameters
Request body
type
(string, required) — The request type. Must be"vaultDetails"
to retrieve vault details.vaultAddress
(string, required) — Address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.user
(string, optional) — Address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.
Response
The response is a comprehensive vault details object containing all relevant information about the vault’s configuration, performance, and participants:Response structure
Basic vault information:name
— The vault’s display namevaultAddress
— The vault’s blockchain addressleader
— Address of the vault leader/managerdescription
— Detailed description of the vault’s strategy and purpose
portfolio
— Array of portfolio performance data across different time periodsapr
— Annual percentage return as a decimalleaderFraction
— Fraction of the vault controlled by the leaderleaderCommission
— Commission rate charged by the leader
followers
— Array of follower objects with detailed equity and performance datafollowerState
— State information for followers (null if not applicable)
maxDistributable
— Maximum amount that can be distributedmaxWithdrawable
— Maximum amount that can be withdrawnisClosed
— Boolean indicating if the vault is closed to new depositsallowDeposits
— Boolean indicating if new deposits are allowedalwaysCloseOnWithdraw
— Boolean indicating if positions are always closed on withdrawal
relationship
— Object describing parent/child vault relationships
Portfolio data structure
Theportfolio
array contains performance data across different time periods:
Time period identifiers:
"day"
— Daily performance data"week"
— Weekly performance data"month"
— Monthly performance data"allTime"
— All-time performance data"perpDay"
— Daily perpetual trading performance"perpWeek"
— Weekly perpetual trading performance"perpMonth"
— Monthly perpetual trading performance"perpAllTime"
— All-time perpetual trading performance
accountValueHistory
— Array of [timestamp, value] pairs showing account value over timepnlHistory
— Array of [timestamp, pnl] pairs showing profit/loss over timevlm
— Volume metric for the period
Follower data structure
Each follower object contains: Identity and equity:user
— Follower’s wallet addressvaultEquity
— Current equity value in the vaultpnl
— Current profit and lossallTimePnl
— All-time profit and loss since joining
daysFollowing
— Number of days the user has been following the vaultvaultEntryTime
— Timestamp when the user entered the vault (milliseconds)lockupUntil
— Timestamp until which funds are locked (milliseconds)
Vault relationships
Therelationship
object describes vault hierarchies:
Parent vault:
type: "parent"
— Indicates this vault has child vaultsdata.childAddresses
— Array of child vault addresses
type: "child"
— Indicates this vault has a parent vaultdata.parentAddress
— Parent vault address
Vault management insights
Performance analysis
Return metrics:- APR provides annualized return rate for comparison
- Portfolio history enables trend analysis across timeframes
- PnL history shows profit/loss progression over time
- Leader fraction indicates concentration risk
- Follower distribution shows vault popularity and trust
- Lockup periods indicate capital commitment levels
Operational metrics
Liquidity management:maxDistributable
shows available funds for distributionmaxWithdrawable
indicates immediate withdrawal capacity- Deposit settings control new capital inflows
- Description provides insight into vault strategy
- Portfolio performance across timeframes shows execution quality
- Volume metrics indicate trading activity levels
Follower analytics
Participation patterns:- Days following shows follower retention
- Entry times reveal growth patterns
- Lockup periods indicate commitment levels
- Individual PnL shows follower experience
- Equity distribution reveals vault composition
- All-time PnL indicates long-term performance
Example request
Example response
Use cases
Theinfo
endpoint with type: "vaultDetails"
is essential for applications that need to:
- Vault analysis: Analyze vault performance, strategy effectiveness, and risk metrics
- Investment research: Research vault opportunities and compare different vault strategies
- Portfolio management: Track vault investments and monitor performance across holdings
- Risk assessment: Evaluate vault risk through leader concentration and follower distribution
- Performance attribution: Attribute returns to specific vault strategies and time periods
- Due diligence: Conduct thorough analysis before investing in or following a vault
- Competitive analysis: Compare vault performance against benchmarks and competitors
- Follower tracking: Monitor follower behavior, retention, and satisfaction metrics
- Liquidity analysis: Assess vault liquidity through withdrawal limits and deposit settings
- Strategy evaluation: Evaluate the effectiveness of different vault trading strategies
- Regulatory compliance: Maintain detailed records of vault operations for compliance purposes
- Client reporting: Generate comprehensive reports for institutional clients and investors
- Academic research: Study vault economics, follower behavior, and strategy performance
- Market making analysis: Analyze market making vault performance and liquidity provision
- Yield farming optimization: Optimize yield farming strategies through vault performance data
- Risk management: Implement risk controls based on vault metrics and performance history
- Investment advisory: Provide investment advice based on comprehensive vault analysis
- Platform development: Build vault management and analysis tools for traders and investors
- Performance benchmarking: Establish performance benchmarks for vault strategies
- Capital allocation: Make informed decisions about capital allocation across different vaults
Body
The request type. Must be 'vaultDetails' to retrieve vault details.
vaultDetails
Address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.
Optional user address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.
Response
Successful response with vault details
The name of the vault
The vault's address
Address of the vault leader
Description of the vault's strategy and purpose
Portfolio performance data across different time periods
Annual percentage return
State information for followers, null if not applicable
Fraction of the vault controlled by the leader
Commission rate charged by the leader
List of vault followers
Maximum amount that can be distributed
Maximum amount that can be withdrawn
Whether the vault is closed to new deposits
Vault relationship information
Whether the vault allows new deposits
Whether positions are always closed on withdrawal