Cardano » Governance

Constitutional committee

Information about the currently active constitutional committee

When is_dissolved is true, the committee has been removed by an enacted NoConfidence governance action; quorum and members still describe the last seated committee for historical reference.

get/governance/committee

Response

Return the active constitutional committee

gov_action_idstring nullable required

CIP-129 Governance Action Identifier of the NewCommittee action that seated this committee. null for the Conway-genesis committee.

proposal_tx_hashstring nullable required

Hash of the transaction containing the NewCommittee action that seated this committee. null for the Conway-genesis committee.

proposal_indexinteger nullable required

Index of the proposal within its transaction. null for the Conway-genesis committee.

is_dissolvedboolean required

True iff an enacted NoConfidence governance action has dissolved this committee.

Example response

{
  "proposal_tx_hash": null,
  "proposal_index": null,
  "gov_action_id": null,
  "is_dissolved": false,
  "quorum": {
    "numerator": 2,
    "denominator": 3
  },
  "members": [
    {
      "cc_cold_id": "cc_cold1zgkfeeu07qq9smfqfn0nrf2cqgr5x6jpu8x6lxgxay85t6cmt54xz",
      "cc_cold_hex": "12c9ce78ff8005436901336f8d2ac0411a1b520f0e6d7e6066907a2f",
      "cc_cold_has_script": false,
      "cc_hot_id": "cc_hot1qf4xq9mlra5j68w8zjz2lvf3kc3rtsdtu98ka7zx4u6jvqyy39ww0",
      "cc_hot_hex": "0269808bbf8fb495a3b8e290a5f626362236c1abf853eddf08d79a930",
      "cc_hot_has_script": false,
      "status": "authorized",
      "expiration_epoch": 580
    },
    {
      "cc_cold_id": "cc_cold1zgxxx2trz0vyl5ksetnsrct5n5gznn3jmkj6dlpu4lz6lecz5h",
      "cc_cold_hex": "8cc6529626c4c9fa5a195ce03c2e93a204e7193b76967e8794fc59d6",
      "cc_cold_has_script": false,
      "cc_hot_id": null,
      "cc_hot_hex": null,
      "cc_hot_has_script": null,
      "status": "not_authorized",
      "expiration_epoch": 580
    }
  ]
}