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

# Query voters

`GET /gov/proposals/{proposalId}/votes`

Query voters information by proposalId

## Path parameters

- `proposalId` string, required

## Response `200`

OK

- Vote[]
  - `voter` string
  - `proposal_id` integer
  - `option` 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)
