---
title: "Vote allows a voter to vote on a proposal."
method: POST
path: "/cosmos.group.v1.Msg/Vote"
tags: ["Msg"]
---

# Vote allows a voter to vote on a proposal.

`POST /cosmos.group.v1.Msg/Vote`

## Request body

- CosmosGroupV1MsgVote — MsgVote is the Msg/Vote request type.
  - `exec` 'EXEC_UNSPECIFIED' | 'EXEC_TRY' — Exec defines modes of execution of a proposal on creation or on new vote. - EXEC_UNSPECIFIED: An empty value means that there should be a separate MsgExec request for the proposal to execute. - EXEC_TRY: Try to execute the proposal immediately. If the proposal is not allowed per the DecisionPolicy, the proposal will still be open and could be executed at a later point.
  - `metadata` string — metadata is any arbitrary metadata attached to the vote.
  - `option` 'VOTE_OPTION_UNSPECIFIED' | 'VOTE_OPTION_YES' | 'VOTE_OPTION_ABSTAIN' | 'VOTE_OPTION_NO' | 'VOTE_OPTION_NO_WITH_VETO' — VoteOption enumerates the valid vote options for a given proposal. - VOTE_OPTION_UNSPECIFIED: VOTE_OPTION_UNSPECIFIED defines an unspecified vote option which will return an error. - VOTE_OPTION_YES: VOTE_OPTION_YES defines a yes vote option. - VOTE_OPTION_ABSTAIN: VOTE_OPTION_ABSTAIN defines an abstain vote option. - VOTE_OPTION_NO: VOTE_OPTION_NO defines a no vote option. - VOTE_OPTION_NO_WITH_VETO: VOTE_OPTION_NO_WITH_VETO defines a no with veto vote option.
  - `proposal_id` string, uint64 — proposal is the unique ID of the proposal.
  - `voter` string — voter is the voter account address.

## Response `200`

A successful response.

- CosmosGroupV1MsgVoteResponse — MsgVoteResponse is the Msg/Vote response type.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceMsg_VoteMixin107` removed and replaced with `CircuitMsg_VoteMixin110`
- **2024-08-29** `29f6671190b2` — 1 info
  - api operation id `EvidenceMsg_VoteMixin110` removed and replaced with `EvidenceMsg_VoteMixin107`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-07-31** `19416a3f0cd1` — 1 breaking
  - api path removed without deprecation
- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.group.v1.Msg/Vote/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
