Tally

TallyResult queries the tally of a proposal vote.

get
Path parameters
proposal_idstring · uint64Required

proposal_id defines the unique id of the proposal.

Responses
200
A successful response.
application/json
get
GET /cosmos/gov/v1beta1/proposals/{proposal_id}/tally HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
  "tally": {
    "yes": "text",
    "abstain": "text",
    "no": "text",
    "no_with_veto": "text"
  }
}