info endpoint with type: "validatorL1Votes" retrieves information about validator participation in L1 governance voting on the Hyperliquid network. This endpoint provides data about validator voting behavior, consensus participation, and governance engagement.
type (string, required) — The request type. Must be "validatorL1Votes" to retrieve validator L1 voting information.validator (string) — Validator address in hexadecimal formatvotingPower (string) — Validator’s voting power in the consensus mechanisml1Votes (array) — List of L1 votes cast by the validator:
proposalId (string) — Unique identifier for the governance proposalvote (string) — Vote cast by the validator (“yes”, “no”, or “abstain”)timestamp (integer) — Timestamp when the vote was castblockHeight (integer) — Block height at which the vote was recordedparticipationRate (string) — Validator’s participation rate in L1 governanceinfo endpoint with type: "validatorL1Votes" is essential for applications that need to:
Request type to retrieve validator L1 voting information
validatorL1Votes Validator L1 voting information and consensus data