userVaultEquities | Hyperliquid Info API
Info API
userVaultEquities | Hyperliquid Info API
Hyperliquid userVaultEquities: fetch a user’s locked vault equity positions across all vaults they have deposited into.
POST
userVaultEquities | Hyperliquid Info API
Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Credit Cost
1 per call
Processing
Realtime
type: "userVaultEquities" is used to fetch a user’s locked vault equity positions across all vaults they have deposited into.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "userVaultEquities", "user": "..."}. - For real-time push of vault deposit, withdrawal, and distribution events, subscribe to
walletTxsand readLedgerVaultDeposit,LedgerVaultWithdraw, andLedgerVaultDistributionentries.
[] for wallets that haven’t deposited into any vault.
Endpoint
Request
Always
"userVaultEquities".The wallet address (lowercase 0x-prefixed hex).
Example
Response
An array of vault equity entries.Field descriptions
equity 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.Vault contract address (0x-prefixed hex).
User’s equity in this vault, in USD.
Unix timestamp in milliseconds at which this equity becomes unlockable.
Related endpoints
userFills
fetch a user’s most recent trade fills without specifying a time window.
userFillsByTime
fetch a user’s trade fills within a specific time window for P&L recaps, tax ledger reconstruction, or…
userFunding
fetch a user’s per-coin funding payment history within a time window for funding-only P&L attribution.
userNonFundingLedgerUpdates
fetch a user’s USDC and account ledger history within a time window, excluding funding payments, for…