---
title: "SubmitProposal defines a method to create new proposal given the messages."
method: POST
path: "/cosmos.gov.v1.Msg/SubmitProposal"
tags: ["Msg"]
---

# SubmitProposal defines a method to create new proposal given the messages.

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

## Request body

- CosmosGovV1MsgSubmitProposal — MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary proposal Content.
  - `expedited` boolean — Since: cosmos-sdk 0.50
  - `initial_deposit` CosmosBaseV1beta1Coin[] — initial_deposit is the deposit value that must be paid at proposal submission.
    - `amount` string
    - `denom` string
  - `messages` GoogleProtobufAny[] — messages are the arbitrary messages to be executed if proposal passes.
    - `@type` string
  - `metadata` string — metadata is any arbitrary metadata attached to the proposal.
  - `proposer` string — proposer is the account address of the proposer.
  - `summary` string — Since: cosmos-sdk 0.47
  - `title` string — title is the title of the proposal. Since: cosmos-sdk 0.47

## Response `200`

A successful response.

- CosmosGovV1MsgSubmitProposalResponse — MsgSubmitProposalResponse defines the Msg/SubmitProposal response type.
  - `proposal_id` string, uint64 — proposal_id defines the unique id of the proposal.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceMsg_SubmitProposal` removed and replaced with `CircuitMsg_SubmitProposal`
- **2024-08-14** `21c607e4fa20` — 1 info
  - api operation id `CosmosGovV1Msg_SubmitProposal` removed and replaced with `EvidenceMsg_SubmitProposal`
- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.gov.v1.Msg/SubmitProposal/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/de0653d8a73d/schema)
