Tally

TallyResult queries the tally of a proposal vote.

get
Path parameters
proposal_idanyrequired

proposal_id defines the unique id of the proposal.

Responses
curl -L \
  --url 'https://kava.nownodes.io/cosmos/gov/v1beta1/proposals/{proposal_id}/tally'
{
  "tally": {
    "yes": "text",
    "abstain": "text",
    "no": "text",
    "no_with_veto": "text"
  }
}