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

# Specific proposal

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

Proposal information.

## Path parameters

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

## Response `200`

Return the proposal information content

- Proposal
  - `id` string, required — Governance Action Identifier (CIP-0129)
  - `tx_hash` string, required — Hash of the proposal transaction.
  - `cert_index` integer, required — Index of the certificate within the proposal transaction.
  - `governance_type` 'hard_fork_initiation' | 'new_committee' | 'new_constitution' | 'info_action' | 'no_confidence' | 'parameter_change' | 'treasury_withdrawals', required — Type of proposal.
  - `governance_description` object, nullable, required — An object describing the content of this GovActionProposal in a readable way.
  - `deposit` string, required — The deposit amount paid for this proposal.
  - `return_address` string, required — Bech32 stake address of the reward address to receive the deposit when it is repaid.
  - `ratified_epoch` integer, nullable, required — The epoch at which the proposal was ratified. Null if the proposal has not been ratified.
  - `enacted_epoch` integer, nullable, required — The epoch at which the proposal was enacted. Null if the proposal has not been enacted.
  - `dropped_epoch` integer, nullable, required — The epoch at which the proposal was dropped. A proposal is dropped if it expires or if any of its dependencies expire.
  - `expired_epoch` integer, nullable, required — The epoch at which the proposal expired. Null if the proposal has not expired.
  - `expiration` integer, required — The epoch at which this governance action will expire.

## 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)
