This API is in private preview. Target October 2026; timing is subject to change.
Returns the native validator L1-vote collection when it is available for the requested network.
Available now. This read is served at the interim endpoint today.
POST /{apiKey}/info
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Selects validatorL1Votes. |
{
"type": "validatorL1Votes"
}| 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.