/v1/governance
Latest governance proposals
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/initia-api/v1/governance" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/initia-api/v1/governance", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/initia-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/initia-api/v1/governance",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"count": 10,
"proposals": [
{
"id": 88,
"title": "Recover residual INIT from deprecated rollup OP bridges",
"status": "PROPOSAL_STATUS_VOTING_PERIOD",
"summary": "## 1. TL;DR\n\nThis proposal recovers the residual INIT left in the OP bridge accounts of six deprecated rollups (intergaze, ingnetwork, bfb, rena, zaar, moo) and transfers it to a team-controlled address `init1k6spneg493ghpyah9pz4gn89cx09895elx8aqv`. The affected users were already made whole via a direct airdrop when these rollups were shut down, so the INIT still locked in the defunct bridges is ",
"submit_time": "2026-06-09T07:32:10.749742084Z",
"voting_end_time": "2026-06-16T07:32:10.749742084Z"
},
{
"id": 87,
"title": "Delist Embr from VIP",
"status": "PROPOSAL_STATUS_VOTING_PERIOD",
"summary": "## 1. TL;DR\n\nEmbr was whitelisted in the VIP program to incentivize its memecoin launchpad and trading ecosystem on Initia.\n\nEmbr has since announced it is winding down and permanently shutting down due to market conditions. To maintain fairness across the VIP program and avoid allocating rewards to an inactive rollup, this proposal removes Embr from VIP until further notice.\n\n## 2. Background\n\nVI",
"submit_time": "2026-06-09T02:47:58.122064037Z",
"voting_end_time": "2026-06-16T02:47:58.122064037Z"
},
{
"id": 86,
"title": "Deregister Deprecated Minitswap IBC OP INIT Pools",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "# Summary\n\nThis proposal deregisters selected Minitswap pools associated with IBC OP INIT metadata for the following networks:\n\n- Civitia\n- Echelon\n- Embr\n- Inertia\n- Rave\n- Yominet\n\nThe proposal executes six `0x1::minitswap::deregister_pool` calls. Each call targets one IBC OP INIT metadata address listed below.\n\n# Motivation\n\nMinitswap was introduced to improve the withdrawal experience for user",
"submit_time": "2026-05-19T04:30:54.216047524Z",
"voting_end_time": "2026-05-26T04:31:28.695539503Z"
},
{
"id": 85,
"title": "Recover IBC light client for Neutron",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "This proposal updates the expired IBC light client `07-tendermint-20` for counterparty chain `neutron-1` with the state of the substitute client `07-tendermint-62`",
"submit_time": "2026-05-13T12:14:37.741311943Z",
"voting_end_time": "2026-05-20T12:14:37.741311943Z"
},
{
"id": 84,
"title": "Remove IBC Rate Limit for USDC (channel-3)",
"status": "PROPOSAL_STATUS_PASSED",
…