# Liquidatable accounts

> 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>


# Liquidatable accounts

Returns accounts currently identified as liquidatable.

<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 `liquidatable`. |

```json
{
  "type": "liquidatable"
}
```

## Response fields

| Field | Type | Description |
| --- | --- | --- |
| `[]` | array | Liquidatable-account collection. The capture returned an empty array; populated element fields are not yet confirmed. |

## Response example

```json
[]
```