---
title: "Constitutional committee member votes"
method: GET
path: "/governance/committee/{cc_id}/votes"
tags: ["Cardano » Governance"]
---

# Constitutional committee member votes

`GET /governance/committee/{cc_id}/votes`

Votes cast under a given constitutional committee credential. Accepts both the CIP-129 hot bech32 (`cc_hot1...`) and the cold bech32 (`cc_cold1...`).
When queried by a cold credential, this returns votes cast by any hot key that the cold key has authorized over time (so the result aggregates across hot-key rotations).

## Path parameters

- `cc_id` string, required

## Query parameters

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

## Response `200`

Return votes for the given committee credential

- object[]
  - `tx_hash` string, required — Hash of the vote transaction.
  - `voter_hot_id` string, required — CIP-129 bech32 encoded hot credential of the committee member that cast this vote (`cc_hot1...`).
  - `proposal_id` string, required — CIP-129 Governance Action Identifier of the proposal being voted on.
  - `proposal_tx_hash` string, required — Hash of the proposal transaction.
  - `proposal_index` integer, required — Index of the proposal within its transaction.
  - `governance_type` 'hard_fork_initiation' | 'new_committee' | 'new_constitution' | 'info_action' | 'no_confidence' | 'parameter_change' | 'treasury_withdrawals', required — Type of the governance action being voted on.
  - `vote` 'yes' | 'no' | 'abstain', required — The Vote. Can be one of yes, no, abstain.
  - `metadata_url` string, nullable, required — Voting anchor URL — pointer to the off-chain rationale published by the voter.
  - `metadata_hash` string, nullable, required — Hex hash of the off-chain anchor document.
  - `block_height` integer, required — Block height of the vote transaction.
  - `block_time` integer, required — Block creation time in UNIX time of the vote transaction.

## 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/blockfrost/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/blockfrost/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockfrost/blockfrost-io-api-documentation/revisions/0ea6eaaae405/schema)
