---
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

- object — MsgVote is the Msg/Vote request type.
  - `proposal_id` string, uint64 — proposal is the unique ID of the proposal.
  - `voter` string — voter is the voter account address.
  - `option` 'VOTE_OPTION_UNSPECIFIED' | 'VOTE_OPTION_YES' | 'VOTE_OPTION_ABSTAIN' | 'VOTE_OPTION_NO' | 'VOTE_OPTION_NO_WITH_VETO' — option is the voter's choice on the proposal.
  - `metadata` string — metadata is any arbitrary metadata attached to the vote.
  - `exec` 'EXEC_UNSPECIFIED' | 'EXEC_TRY' — exec defines whether the proposal should be executed immediately after voting or not.

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added
- **2024-05-15** `41fb8b09e244` — 1 breaking
  - api path removed without deprecation
- **2024-04-05** `f64b957aa2be` — 1 info
  - endpoint added

[Change 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/ca7e84576c8e/schema)
