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

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

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

## Request body

- CosmosGovV1MsgVote — MsgVote defines a message to cast a vote.
  - `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 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.

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

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeMsg_Vote` removed and replaced with `EvidenceMsg_Vote`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitMsg_Vote` removed and replaced with `UpgradeMsg_Vote`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthMsg_Vote` removed and replaced with `CircuitMsg_Vote`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantMsg_Vote` removed and replaced with `AuthMsg_Vote`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitMsg_Vote` removed and replaced with `FeegrantMsg_Vote`

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