Tally
Path parameters
proposal_idstring · uint64Required
proposal_id defines the unique id of the proposal.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/gov/v1/proposals/{proposal_id}/tally HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
"tally": {
"yes_count": "text",
"abstain_count": "text",
"no_count": "text",
"no_with_veto_count": "text"
}
}