# Validator L1 votes

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


# Validator L1 votes

Returns the native validator L1-vote 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 `validatorL1Votes`. |

```json
{
  "type": "validatorL1Votes"
}
```

## Response fields

| Field                             | Type    | Description                                                                                         |
| --------------------------------- | ------- | --------------------------------------------------------------------------------------------------- |
| `[]`                              | array   | Validator L1-vote entries.                                                                          |
| `[].expireTime`                   | integer | Time when the vote expires.                                                                         |
| `[].action`                       | object  | Single-key union describing the validator action.                                                   |
| `[].action.O.registerTemplate`    | object  | Observed action case carrying a HIP-4 outcome-template registration.                               |

The 2026-09-02 capture returned populated entries with `expireTime` and a single-key `action` union. The observed action case was `action.O.registerTemplate`; other union members are not expanded here.