---
title: "TallyResult queries the tally of a proposal vote."
method: GET
path: "/cosmos/gov/v1/proposals/{proposalId}/tally"
tags: ["Query"]
---

# TallyResult queries the tally of a proposal vote.

`GET /cosmos/gov/v1/proposals/{proposalId}/tally`

## Path parameters

- `proposalId` string, uint64, required

## Response `200`

A successful response.

- CosmosGovV1QueryTallyResultResponse — QueryTallyResultResponse is the response type for the Query/Tally RPC method.
  - `tally` CosmosGovV1TallyResult — TallyResult defines a standard tally for a governance proposal.
    - `yesCount` string — yes_count is the number of yes votes on a proposal.
    - `abstainCount` string — abstain_count is the number of abstain votes on a proposal.
    - `noCount` string — no_count is the number of no votes on a proposal.
    - `noWithVetoCount` string — no_with_veto_count is the number of no with veto votes on a proposal.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
