Returns a master account’s sub-accounts with each sub-account’s perp clearinghouse and spot state.
Returns the sub-accounts owned by a master wallet, with each sub-account’s perpDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
clearinghouseState and spot spotClearinghouseState inlined per slot - so a single call returns the full balance picture across the master plus its sub-accounts.
User-keyed. The result is null for wallets that aren’t master accounts.
"subAccounts".null if the queried wallet is not a master account.
clearinghouseState response - margin summaries, asset positions, withdrawable balance, snapshot timestamp.spotClearinghouseState response - per-token balances and the optional tokenToAvailableAfterMaintenance array.POST api.hyperliquid.xyz/info with {"type": "subAccounts", "user": "..."}.walletTxs on each subAccountUser returned here.batchClearinghouseState and batchSpotClearinghouseState.