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
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Selects leadingVaults. |
user | string | Yes | Account address to query. |
{
"type": "leadingVaults",
"user": "0x0000000000000000000000000000000000000000"
}| Field | Type | Description |
|---|---|---|
[] | array | Leading-vault entries. |
[].address | string | Vault address. |
[].name | string | Display 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.