/v1/governance
Recent on-chain governance proposals
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
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_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"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"
},
{
…