---
title: "Deposit defines a method to add deposit on a specific proposal."
method: POST
path: "/cosmos.gov.v1beta1.Msg/Deposit"
tags: ["Msg"]
---

# Deposit defines a method to add deposit on a specific proposal.

`POST /cosmos.gov.v1beta1.Msg/Deposit`

## Request body

- object — MsgDeposit defines a message to submit a deposit to an existing proposal.
  - `proposal_id` string, uint64 — proposal_id defines the unique id of the proposal.
  - `depositor` string — depositor defines the deposit addresses from the proposals.
  - `amount` object[] — amount to be deposited by depositor.
    - `denom` string
    - `amount` string

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