userVaultEquities
Info API
userVaultEquities
Commonly used to fetch a user’s locked vault equity positions across all vaults they have deposited into.
POST
userVaultEquities
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
- 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.