---
title: "DRep votes"
method: GET
path: "/governance/dreps/{drep_id}/votes"
tags: ["Cardano » Governance"]
---

# DRep votes

`GET /governance/dreps/{drep_id}/votes`

History of Drep votes.

## Path parameters

- `drep_id` string, required

## Query parameters

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

## Response `200`

Return the DRep votes

- object[]
  - `tx_hash` string, required — Hash of the vote transaction.
  - `cert_index` integer, required — Index of the certificate within the vote transaction.
  - `proposal_id` string, required — Governance Action Identifier (CIP-0129) of the proposal being voted on.
  - `proposal_tx_hash` string, required — Hash of the proposal transaction.
  - `proposal_cert_index` integer, required — Index of the certificate within the proposal transaction.
  - `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)
