Last updated 8 months ago
proposal_id defines the unique id of the proposal.
A successful response.
tally defines the requested tally.
const response = await fetch('https://atom.nownodes.io/cosmos/gov/v1/proposals/{proposal_id}/tally', { method: 'GET', headers: {}, }); const data = await response.json();
{ "tally": { "yes_count": "text", "abstain_count": "text", "no_count": "text", "no_with_veto_count": "text", "spam_count": "text" } }