---
title: "Vote defines a method to add a vote on a specific proposal."
method: POST
path: "/cosmos.gov.v1beta1.Msg/Vote"
tags: ["Msg"]
---

# Vote defines a method to add a vote on a specific proposal.

`POST /cosmos.gov.v1beta1.Msg/Vote`

## Request body

- CosmosGovV1beta1MsgVote — MsgVote defines a message to cast a 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 governance proposal. - VOTE_OPTION_UNSPECIFIED: VOTE_OPTION_UNSPECIFIED defines a no-op vote option. - 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_id defines the unique id of the proposal.
  - `voter` string — voter is the voter address for the proposal.

## Response `200`

A successful response.

- CosmosGovV1beta1MsgVoteResponse — MsgVoteResponse defines the Msg/Vote response type.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - api operation id `EvidenceMsg_VoteMixin113` removed and replaced with `EvidenceMsg_VoteMixin120`
- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeMsg_VoteMixin113` removed and replaced with `EvidenceMsg_VoteMixin113`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitMsg_VoteMixin113` removed and replaced with `UpgradeMsg_VoteMixin113`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthMsg_VoteMixin113` removed and replaced with `CircuitMsg_VoteMixin113`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantMsg_VoteMixin112` removed and replaced with `AuthMsg_VoteMixin113`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.gov.v1beta1.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.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
