---
title: "Proposal votes"
method: GET
path: "/governance/proposals/{tx_hash}/{cert_index}/votes"
tags: ["Cardano » Governance"]
---

# Proposal votes

`GET /governance/proposals/{tx_hash}/{cert_index}/votes`

History of Proposal votes.

## Path parameters

- `tx_hash` string, required
- `cert_index` integer, required

## Query parameters

- `count` integer
- `page` integer
- `order` 'asc' | 'desc'

## Response `200`

Return the Proposal votes

- object[]
  - `tx_hash` string, required — Hash of the voting transaction.
  - `cert_index` integer, required — Index of the certificate within the voting transaction.
  - `voter_role` 'constitutional_committee' | 'drep' | 'spo', required — The role of the voter. Can be one of constitutional_committee, drep, spo.
  - `voter` string, required — The actual voter.
  - `vote` 'yes' | 'no' | 'abstain', required — The Vote. Can be one of yes, no, abstain.

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
