Skip to main content
Version: testnet (v0.71)

Votes list

Get a list of votes

Query Parameters
    proposal string
    party string
Responses

A successful response.


Schema
    votes object[]
    partyId string
    proposalId string
    timestamp int64
    totalEquityLikeShareWeight string
    totalGovernanceTokenBalance string
    totalGovernanceTokenWeight string
    value Vote value

    Possible values: [VALUE_UNSPECIFIED, VALUE_NO, VALUE_YES]

GET /votes

Request

Base URL
https://n06.testnet.vega.xyz
proposal — query
party — query
curl / cURL
curl -L -X GET 'https://n06.testnet.vega.xyz/votes' \
-H 'Accept: application/json'