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

# Specific parameters proposal

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

Parameters proposal details.

## Path parameters

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

## Response `200`

Return the proposal parameters content

- ProposalParameters
  - `id` string, required — Governance Action Identifier (CIP-0129)
  - `tx_hash` string, required — Off-chain metadata of a proposal with a specific transaction hash
  - `cert_index` integer, required — Off-chain metadata of a proposal with a specific transaction cert_index
  - `parameters` object, required
    - `epoch` integer, nullable — Epoch number
    - `min_fee_a` integer, nullable, required — The linear factor for the minimum fee calculation for given epoch
    - `min_fee_b` integer, nullable, required — The constant factor for the minimum fee calculation
    - `max_block_size` integer, nullable, required — Maximum block body size in Bytes
    - `max_tx_size` integer, nullable, required — Maximum transaction size
    - `max_block_header_size` integer, nullable, required — Maximum block header size
    - `key_deposit` string, nullable, required — The amount of a key registration deposit in Lovelaces
    - `pool_deposit` string, nullable, required — The amount of a pool registration deposit in Lovelaces
    - `e_max` integer, nullable, required — Epoch bound on pool retirement
    - `n_opt` integer, nullable, required — Desired number of pools
    - `a0` number, nullable, required — Pool pledge influence
    - `rho` number, nullable, required — Monetary expansion
    - `tau` number, nullable, required — Treasury expansion
    - `decentralisation_param` number, nullable, required — Percentage of blocks produced by federated nodes
    - `extra_entropy` string, nullable, required — Seed for extra entropy
    - `protocol_major_ver` integer, nullable, required — Accepted protocol major version
    - `protocol_minor_ver` integer, nullable, required — Accepted protocol minor version
    - `min_utxo` string, nullable, required — Minimum UTXO value
    - `min_pool_cost` string, nullable, required — Minimum stake cost forced on the pool
    - `cost_models` object, nullable, required — Cost models parameters for Plutus Core scripts in raw list form
    - `price_mem` number, nullable, required — The per word cost of script memory usage
    - `price_step` number, nullable, required — The cost of script execution step usage
    - `max_tx_ex_mem` string, nullable, required — The maximum number of execution memory allowed to be used in a single transaction
    - `max_tx_ex_steps` string, nullable, required — The maximum number of execution steps allowed to be used in a single transaction
    - `max_block_ex_mem` string, nullable, required — The maximum number of execution memory allowed to be used in a single block
    - `max_block_ex_steps` string, nullable, required — The maximum number of execution steps allowed to be used in a single block
    - `max_val_size` string, nullable, required — The maximum Val size
    - `collateral_percent` integer, nullable, required — The percentage of the transactions fee which must be provided as collateral when including non-native scripts
    - `max_collateral_inputs` integer, nullable, required — The maximum number of collateral inputs allowed in a transaction
    - `coins_per_utxo_size` string, nullable, required — Cost per UTxO word for Alonzo. Cost per UTxO byte for Babbage and later.
    - `coins_per_utxo_word` string, nullable, required — Cost per UTxO word for Alonzo. Cost per UTxO byte for Babbage and later.
    - `pvt_motion_no_confidence` number, nullable, required — Pool Voting threshold for motion of no-confidence. New in 13.2-Conway.
    - `pvt_committee_normal` number, nullable, required — Pool Voting threshold for new committee/threshold (normal state). New in 13.2-Conway.
    - `pvt_committee_no_confidence` number, nullable, required — Pool Voting threshold for new committee/threshold (state of no-confidence). New in 13.2-Conway.
    - `pvt_hard_fork_initiation` number, nullable, required — Pool Voting threshold for hard-fork initiation. New in 13.2-Conway.
    - `dvt_motion_no_confidence` number, nullable, required — DRep Vote threshold for motion of no-confidence. New in 13.2-Conway.
    - `dvt_committee_normal` number, nullable, required — DRep Vote threshold for new committee/threshold (normal state). New in 13.2-Conway.
    - `dvt_committee_no_confidence` number, nullable, required — DRep Vote threshold for new committee/threshold (state of no-confidence). New in 13.2-Conway.
    - `dvt_update_to_constitution` number, nullable, required — DRep Vote threshold for update to the Constitution. New in 13.2-Conway.
    - `dvt_hard_fork_initiation` number, nullable, required — DRep Vote threshold for hard-fork initiation. New in 13.2-Conway.
    - `dvt_p_p_network_group` number, nullable, required — DRep Vote threshold for protocol parameter changes, network group. New in 13.2-Conway.
    - `dvt_p_p_economic_group` number, nullable, required — DRep Vote threshold for protocol parameter changes, economic group. New in 13.2-Conway.
    - `dvt_p_p_technical_group` number, nullable, required — DRep Vote threshold for protocol parameter changes, technical group. New in 13.2-Conway.
    - `dvt_p_p_gov_group` number, nullable, required — DRep Vote threshold for protocol parameter changes, governance group. New in 13.2-Conway.
    - `dvt_treasury_withdrawal` number, nullable, required — DRep Vote threshold for treasury withdrawal. New in 13.2-Conway.
    - `committee_min_size` string, word64type, nullable, required — Minimal constitutional committee size. New in 13.2-Conway.
    - `committee_max_term_length` string, word64type, nullable, required — Constitutional committee term limits. New in 13.2-Conway.
    - `gov_action_lifetime` string, word64type, nullable, required — Governance action expiration. New in 13.2-Conway.
    - `gov_action_deposit` string, word64type, nullable, required — Governance action deposit. New in 13.2-Conway.
    - `drep_deposit` string, word64type, nullable, required — DRep deposit amount. New in 13.2-Conway.
    - `drep_activity` string, word64type, nullable, required — DRep activity period. New in 13.2-Conway.
    - `pvtpp_security_group` number, nullable, required — Pool Voting threshold for security-relevant protocol parameters changes. Renamed to pvt_p_p_security_group.
    - `pvt_p_p_security_group` number, nullable, required — Pool Voting threshold for security-relevant protocol parameters changes.
    - `min_fee_ref_script_cost_per_byte` number, nullable, required

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `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)
