Cardano » Governance

Constitutional committee votes

History of all votes cast by constitutional committee members across all committees (current and past). Not scoped to the currently active committee.

get/governance/committee/votes

Query parameters

countinteger

The number of results displayed on one page.

pageinteger

The page number for listing the results.

order'asc' | 'desc'

The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Response

Return constitutional committee votes

tx_hashstring required

Hash of the vote transaction.

voter_hot_idstring required

CIP-129 bech32 encoded hot credential of the committee member that cast this vote (cc_hot1...).

proposal_idstring required

CIP-129 Governance Action Identifier of the proposal being voted on.

proposal_tx_hashstring required

Hash of the proposal transaction.

proposal_indexinteger 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_urlstring nullable required

Voting anchor URL — pointer to the off-chain rationale published by the voter.

metadata_hashstring nullable required

Hex hash of the off-chain anchor document.

block_heightinteger required

Block height of the vote transaction.

block_timeinteger required

Block creation time in UNIX time of the vote transaction.

Example response

[
  {
    "tx_hash": "b302de601defdf11a5261ed31a263804dac4a582a888c998ce24dec5",
    "voter_hot_id": "cc_hot1qf4xq9mlra5j68w8zjz2lvf3kc3rtsdtu98ka7zx4u6jvqyy39ww0",
    "proposal_id": "gov_action1k2jertppnnndejjcglszfqq4yzw8evzrd2nt66rr6rqlz54xp0zsq05ecsn",
    "proposal_tx_hash": "b2a591ac219ce6dcca5847e0248015209c7cb0436aa6bd6863d0c1f152a60bc5",
    "proposal_index": 0,
    "governance_type": "parameter_change",
    "vote": "yes",
    "metadata_url": "https://my.cc-member/rationale.jsonld",
    "metadata_hash": "a4b7d5d34f5d8c5b71a0a5c34b7e7f8a3d2e1c0b9a8f7e6d5c4b3a2918f7e6d5",
    "block_height": 11045358,
    "block_time": 1746037200
  },
  {
    "tx_hash": "8a91b32ec2a7bdfde2ab7a1bc5e4d3a2f1b0c9d8e7f6a5b4c3d2e1f0a9b8c7d6",
    "voter_hot_id": "cc_hot1qf4xq9mlra5j68w8zjz2lvf3kc3rtsdtu98ka7zx4u6jvqyy39ww0",
    "proposal_id": "gov_action1zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zygsq6dmejn",
    "proposal_tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
    "proposal_index": 1,
    "governance_type": "new_constitution",
    "vote": "abstain",
    "metadata_url": null,
    "metadata_hash": null,
    "block_height": 11045890,
    "block_time": 1746070800
  }
]