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

- object — MsgVote defines a message to cast a vote.
  - `proposal_id` string, uint64 — proposal_id defines the unique id of the proposal.
  - `voter` string — voter is the voter address for the proposal.
  - `option` 'VOTE_OPTION_UNSPECIFIED' | 'VOTE_OPTION_YES' | 'VOTE_OPTION_ABSTAIN' | 'VOTE_OPTION_NO' | 'VOTE_OPTION_NO_WITH_VETO' — option defines the vote option.

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change 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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/ca7e84576c8e/schema)
