---
title: "Proposals"
method: GET
path: "/governance/proposals"
tags: ["Cardano » Governance"]
---

# Proposals

`GET /governance/proposals`

Return the information about Proposals

## Query parameters

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

## Response `200`

Paginated array with the proposal data

- object[]
  - `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.

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