/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/agoric-api/v1/governance" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/agoric-api/v1/governance", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/agoric-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/agoric-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": "Agoric",
"count": 10,
"proposals": [
{
"id": "118",
"title": "Text Proposal: Introduce a Deflationary Mechanism – Burn 1 BLD per Reward Claim",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "Summary This proposal introduces a simple and transparent deflationary mechanism for the Agoric ecosystem: Burn 1 BLD every time staking rewards are claimed. The goal is to: Introduce a predictable and consistent supply sink Align network a",
"submit_time": "2026-03-30T20:07:15.204895523Z",
"voting_end_time": "2026-04-02T20:07:15.204895523Z"
},
{
"id": "117",
"title": "Reallocate Traditional Marketing Spend to Data-Driven Growth + Treasury Buybacks, with Full Spend Transparency",
"status": "PROPOSAL_STATUS_REJECTED",
"summary": "Over the past months, the community has repeatedly asked for a clear, execution-ready marketing plan with measurable deliverables. We have not seen a consistent roadmap, ownership model, or KPI framework that matches the current level of ma",
"submit_time": "2026-03-05T20:43:20.632874517Z",
"voting_end_time": "2026-03-08T20:43:20.632874517Z"
},
{
"id": "116",
"title": "Adjust Mint Inflation Bounds to 2–3% Annual Range",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "This proposal updates Agoric’s mint module parameters as follows: inflation_min → 0.02 inflation_max → 0.03 inflation_rate_change → unchanged (0.13) goal_bonded → unchanged (0.67) Current on-chain state: • Inflation: ~5% • Bonded ratio: ~37",
"submit_time": "2026-03-02T16:02:28.193450927Z",
"voting_end_time": "2026-03-05T16:02:28.193450927Z"
},
{
"id": "115",
"title": "Deploy QSTN Survey Funding & Reward Claim Contracts to Agoric Mainnet",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "QSTN uses Agoric Orchestration to enable businesses to fund survey reward pools across multiple chains in a single transaction, and allow users to claim rewards from all chains at once via a unified “Claim All” action. Agoric is the orchest",
"submit_time": "2025-12-23T16:44:39.500799970Z",
"voting_end_time": "2025-12-26T16:44:39.500799970Z"
},
{
"id": "114",
"title": "Deploy QSTN Survey Funding & Reward Claim Contracts to Agoric Mainnet",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "Proposal Summary - This proposal seeks approval to deploy QSTN’s survey funding and reward-claim smart contracts to Agoric mainnet. QSTN uses Agoric Orchestration to enable businesses to fund survey reward pools
…