---
title: "Query proposals"
method: GET
path: "/gov/proposals"
tags: ["ICS22"]
---

# Query proposals

`GET /gov/proposals`

Query proposals information with parameters

## Query parameters

- `voter` string
- `depositer` string
- `status` string

## 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 query parameters
- `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)
