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

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

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

## Request body

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

## Response `200`

A successful response.

- CosmosGovV1MsgDepositResponse — MsgDepositResponse defines the Msg/Deposit response type.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeMsg_Deposit` removed and replaced with `EvidenceMsg_Deposit`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitMsg_Deposit` removed and replaced with `UpgradeMsg_Deposit`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthMsg_Deposit` removed and replaced with `CircuitMsg_Deposit`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantMsg_Deposit` removed and replaced with `AuthMsg_Deposit`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitMsg_Deposit` removed and replaced with `FeegrantMsg_Deposit`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.gov.v1.Msg/Deposit/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.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
