validatorL1Votes
post
/info
Request validator L1 votes.
Body
Request validator L1 votes.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Array of L1 governance votes cast by validators.
application/json
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoPOST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"type": "validatorL1Votes"
}[
{
"expireTime": 1,
"action": {
"D": "text"
},
"votes": [
"text"
]
}
]Last updated