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

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

## Changes

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

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