/cosmos/gov/v1beta1/proposals/{proposal_id}/tally
TallyResult queries the tally of a proposal vote.
Parameters:
proposal_id - string, proposal_id defines the unique id of the proposal.
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos.blockpi.network/lcd/v1/<your-api-key>/cosmos/gov/v1beta1/proposals/99/tally
// Result
{
"tally": {
"yes": "0",
"abstain": "0",
"no": "0",
"no_with_veto": "0"
}
}
Previous/cosmos/gov/v1beta1/proposals/{proposal_id}/deposits/{depositor}Next/cosmos/gov/v1beta1/proposals/{proposal_id}/votes
Last updated
Was this helpful?