Skip to main content
POST
leadingVaults | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "leadingVaults" is used to list the vaults a user leads.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "leadingVaults", "user": "..."}.
  • Returns one entry per vault the user leads (manages); the array is empty when the user leads none.
  • Each entry gives the vault’s address and name; use vaultDetails for the full breakdown.
  • User-keyed by the leader address.
Returns the vaults that a user leads (manages), as an array of {vaultAddress, name} entries. The array is empty when the user does not lead any vault.

Endpoint

Request

string
default:"leadingVaults"
required
Always "leadingVaults".
string
required
The wallet address (lowercase 0x-prefixed hex).

Example

Response

An array of vaults the user leads. Empty when the user leads none.

Field descriptions

object
A vault the user leads.
Last reviewed: 2026-07-24