Tally

Deprecated

Get a proposal's tally result at the current time

get

Gets a proposal's tally result at the current time. If the proposal is pending deposits (i.e status 'DepositPeriod') it returns an empty tally result.

Path parameters
proposalIdanyrequired

proposal id

Responses
curl -L \
  --url 'https://akt.nownodes.io/gov/proposals/{proposalId}/tally'
{
  "yes": "0.0000000000",
  "abstain": "0.0000000000",
  "no": "0.0000000000",
  "no_with_veto": "0.0000000000"
}