Skip to content
Alchemy Logo

Validator L1 votes

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

ParameterTypeRequiredDescription
typestringYesSelects validatorL1Votes.
{
  "type": "validatorL1Votes"
}

FieldTypeDescription
[]arrayValidator L1-vote entries.
[].expireTimeintegerTime when the vote expires.
[].actionobjectSingle-key union describing the validator action.
[].action.O.registerTemplateobjectObserved 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.

Was this page helpful?