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

- 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.
  - `metadata` string — metadata is any arbitrary metadata attached to the Vote.

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

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