---
title: "Query deposit"
method: GET
path: "/gov/proposals/{proposalId}/deposits/{depositer}"
tags: ["ICS22"]
---

# Query deposit

`GET /gov/proposals/{proposalId}/deposits/{depositer}`

Query deposit by proposalId and depositer address

## Path parameters

- `proposalId` string, required
- `depositer` string, required

## Response `200`

OK

- Deposit
  - `amount` Coin[]
    - `denom` string
    - `amount` string
  - `proposal_id` integer
  - `depositer` string — bech32 encoded address

## Other responses

- `400` — Invalid proposal id or depositer address
- `404` — Found no deposit
- `500` — Internal Server Error

---

[API](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos.md) · [All operations](https://skmtc.net/bnb-chain/apis/gaia-lite-for-cosmos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bnb-chain/gaia-lite-for-cosmos/revisions/66846564e1ee/schema)
