validatorL1Votes | Hyperliquid Info API
Info API
validatorL1Votes | Hyperliquid Info API
Hyperliquid validatorL1Votes: fetch the pending validator L1 governance votes/actions.
POST
validatorL1Votes | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "validatorL1Votes" is used to fetch the pending validator L1 governance votes/actions.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "validatorL1Votes"}. - Each entry is an L1 governance action currently awaiting validator votes, with an
expireTime(ms) after which the pending vote lapses. - The
actionobject is a tagged variant; its inner shape depends on the specific L1 action being voted on (the example below shows asettleOutcomeaction). - This is a global, non-user-keyed type.
expireTime with the action under vote.
The action is a tagged variant whose inner structure depends on the action type, so treat it as an opaque object keyed by action tag unless you are decoding a specific action you recognize.
Endpoint
Request
string
required
Always
"validatorL1Votes".Example
Response
An array of pending L1 action votes. Empty when no L1 action is awaiting votes.Field descriptions
object
A pending L1 governance action awaiting validator votes.