Skip to content
Alchemy Logo

Leading vaults

This API is in private preview. Target October 2026; timing is subject to change.

Returns the leading-vault collection associated with a user when it is available.

Available now. This read is served at the interim endpoint today.

POST /{apiKey}/info

ParameterTypeRequiredDescription
typestringYesSelects leadingVaults.
userstringYesAccount address to query.
{
  "type": "leadingVaults",
  "user": "0x0000000000000000000000000000000000000000"
}

FieldTypeDescription
[]arrayLeading-vault entries.
[].addressstringVault address.
[].namestringDisplay name for the vault.

[
  {
    "address": "0xdfc24b077bc1425ad1dea75bcb6f8158e10df303",
    "name": "Hyperliquidity Provider (HLP)"
  }
]

The native API requires the user parameter. The 2026-09-02 capture returned a populated entry with address and name.

Was this page helpful?