---
title: "Query a proposal"
method: GET
path: "/gov/proposals/{proposalId}"
tags: ["ICS22"]
---

# Query a proposal

`GET /gov/proposals/{proposalId}`

Query a proposal by id

## Path parameters

- `proposalId` string, required

## Response `200`

OK

- TextProposal
  - `proposal_id` integer
  - `title` string
  - `description` string
  - `proposal_type` string
  - `proposal_status` string
  - `tally_result` object
    - `yes` string
    - `abstain` string
    - `no` string
    - `no_with_veto` string
  - `submit_time` string
  - `total_deposit` Coin[]
    - `denom` string
    - `amount` string
  - `voting_start_time` string

## Other responses

- `400` — Invalid proposal id
- `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)
