Returns a user’s locked vault equity per vault address, with the unlock timestamp for each entry.
Returns the wallet’s per-vault equity: one entry per vault the user has deposited into, with the locked amount and the timestamp at which that equity becomes unlockable. User-keyed. The result isDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
[] for wallets that haven’t deposited into any vault.
"userVaultEquities".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.POST api.hyperliquid.xyz/info with {"type": "userVaultEquities", "user": "..."}.walletTxs and read LedgerVaultDeposit, LedgerVaultWithdraw, and LedgerVaultDistribution entries.