validatorL1Votes

post
/info

Request validator L1 votes.

Body

Request validator L1 votes.

typeundefined · enumRequired

Type of request.

Possible values:
Responses
200

Array of L1 governance votes cast by validators.

application/json
post
/info
POST /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