# Vault summaries

> HyperCore private-preview documentation.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

<Callout intent="info">
  This API is in private preview. Target October 2026; timing is subject to change.
</Callout>


# Vault summaries

Returns the native vault-summary collection when it is available for the requested network.


<Note>

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

</Note>

## Request

`POST /{apiKey}/info`

| Parameter | Type   | Required | Description               |
| --------- | ------ | -------- | ------------------------- |
| `type`    | string | Yes      | Selects `vaultSummaries`. |

```json
{
  "type": "vaultSummaries"
}
```

## Response fields

| Field         | Type   | Description                                                     |
| ------------- | ------ | --------------------------------------------------------------- |
| `[]`          | array  | Vault-summary entries.                                          |
| `[].<fields>` | object | No populated native response was available to establish fields. |

## Response example

```json
[]
```

The empty response is genuine: `vaultSummaries` returned `[]` from both the public API and the node on 2026-09-02. It is not a query error.