Vai al contenuto
GET /v1/governance

Recent on-chain governance proposals

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/cheqd-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/cheqd-api/v1/governance" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/cheqd-api/v1/governance", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/cheqd-api/v1/governance");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/cheqd-api/v1/governance",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "chain": "cheqd",
        "count": 10,
        "proposals": [
            {
                "id": "72",
                "title": "Software Upgrade proposal for cheqd-mainnet-1 from v4.1.6 to v4.2.1",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "Proposal to upgrade cheqd-node to [v4.2.1](https://github.com/cheqd/cheqd-node/releases/tag/v4.2.1). See more details about the upgrade [here](https://cheqd.link/v4-feature).",
                "submit_time": "2026-02-19T23:16:42.734968507Z",
                "voting_end_time": "2026-02-24T23:16:42.734968507Z"
            },
            {
                "id": "71",
                "title": "Recover expired IBC client between Cheqd and Secret",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "This proposal aims to recover expired 07-tendermint-85 IBC client by using substitute client - 07-tendermint-88.\\n This is a standard procedure described in [the IBC documentation](https://ibc.cosmos.network/main/ibc/proposals.html#expired-",
                "submit_time": "2025-12-02T14:38:32.528333178Z",
                "voting_end_time": "2025-12-07T14:38:32.528333178Z"
            },
            {
                "id": "70",
                "title": "Software Upgrade proposal for cheqd-mainnet-1 from v4.1.5 to v4.1.6",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "Proposal to upgrade cheqd-node to [v4.1.6](https://github.com/cheqd/cheqd-node/releases/tag/v4.1.6), targeting height - 21814350. See more details about the upgrade [here](https://cheqd.link/v4-minor-upgrade).",
                "submit_time": "2025-11-20T11:34:09.313684339Z",
                "voting_end_time": "2025-11-25T11:34:09.313684339Z"
            },
            {
                "id": "69",
                "title": "Community Pool Funding for OriginVault’s Public Utility Tool (PUT)",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "Request 1,000,000 CHEQ to (1) onboard up to 10,000 Verified Person Credentials on cheqd (did:cheqd + status lists), (2) complete & open-source the PUT under OpenVerifiable, and (3) launch a C2PA provenance registry for private manifest stag",
                "submit_time": "2025-10-06T02:40:40.571418557Z",
                "voting_end_time": "2025-10-11T02:43:35.883514095Z"
            },
            {
                "id": "68",
                "title": "Reduce network inflation to ~1.5%",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "The proposal is a community led initiative, with the sole purpose of creating network conditions to return token supply to 1,000,000,000 CHEQ as soon as possible. We propose setting inflation to approx. 1.5%: [Discussion to Reduce Network I",
                "submit_time": "2025-09-26T20:24:54.767835480Z",
                "voting_end_time": "2025-10-01T20:24:54.767835480Z"
            },
            {
  
…