Tally

TallyResult queries the tally of a proposal vote.

get
Path parameters
proposal_idanyRequired

proposal_id defines the unique id of the proposal.

Responses
application/json
objectOptional

QueryTallyResultResponse is the response type for the Query/Tally RPC method.

get
GET /cosmos/gov/v1/proposals/{proposal_id}/tally HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "tally": {
    "yes_count": "text",
    "abstain_count": "text",
    "no_count": "text",
    "no_with_veto_count": "text"
  }
}