validatorL1Votes

Get the current validator L1 votes.

Get the current validator L1 votes.

POST Request

Field
Type
Description

type

string

Must be "validatorL1Votes"

curl -X POST https://api.hydromancer.xyz/info \
  -H "Authorization: Bearer $HYDROMANCER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "validatorL1Votes"
  }'

Last updated