/v1/governance
Latest 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/persistence-api/v1/governance" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/persistence-api/v1/governance", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/persistence-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/persistence-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": {
"note": "The latest Persistence on-chain governance proposals (most recent first) — each proposal's id, title, status and voting window. Pass limit (1-50, default 10).",
"count": 10,
"source": "Persistence (core-1) LCD",
"proposals": [
{
"title": "PersistenceCore v16.0.0",
"status": "PROPOSAL_STATUS_PASSED",
"proposal_id": "154",
"submit_time": "2025-11-18T14:26:00.874240990Z",
"voting_end_time": "2025-11-23T14:39:28.216585812Z"
},
{
"title": "Recover expired ibc client on Injective",
"status": "PROPOSAL_STATUS_PASSED",
"proposal_id": "153",
"submit_time": "2025-10-27T15:56:12.023912790Z",
"voting_end_time": "2025-11-01T16:17:49.346791396Z"
},
{
"title": "Recover expired ibc client on Injective",
"status": "PROPOSAL_STATUS_FAILED",
"proposal_id": "152",
"submit_time": "2025-10-27T06:05:53.102416760Z",
"voting_end_time": "2025-11-01T13:19:10.872464073Z"
},
{
"title": "Incentivization of Persistence DEX pools with stkXPRT rewards for November 2025",
"status": "PROPOSAL_STATUS_PASSED",
"proposal_id": "151",
"submit_time": "2025-10-25T13:46:54.163039471Z",
"voting_end_time": "2025-10-30T13:46:54.163039471Z"
},
{
"title": "Recover expired ibc client on Injective",
"status": "PROPOSAL_STATUS_FAILED",
"proposal_id": "150",
"submit_time": "2025-10-21T11:50:50.229592902Z",
"voting_end_time": "2025-10-26T17:28:41.267866671Z"
},
{
"title": "PersistenceCore v15.0.0",
"status": "PROPOSAL_STATUS_PASSED",
"proposal_id": "149",
"submit_time": "2025-10-16T17:34:17.213243520Z",
"voting_end_time": "2025-10-21T20:08:10.616039478Z"
},
{
"title": "Persistence DEX Vault Contract Upgrade to v1.2.2 - Fix Query Pools Function for Defunct Pool Handling",
"status": "PROPOSAL_STATUS_PASSED",
"proposal_id": "148",
"submit_time": "2025-10-08T05:28:11.787901838Z",
"voting_end_time": "2025-10-13T05:28:11.787901838Z"
},
{
"title": "PersistenceCore v14.0.0",
"status": "PROPOSAL_STATUS_PASSED",
"proposal_id": "147",
"submit_time": "2025-10-03T17:11:54.679105607Z",
"voting_end_time": "2025-10-08T17:16:48.921985009Z"
},
{
"title": "Incentivization of Persistence DEX pools with stkXPRT rewards
…