/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/elys-api/v1/governance" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/elys-api/v1/governance", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/elys-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/elys-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": {
"count": 10,
"proposals": [
{
"id": 102,
"title": "v6.11.0 Upgrade",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "This proposal is the final upgrade before chain halt. Through this proposal we are trying squeeze out as much value as possible of ibc assets which are stuck on the chain. ",
"submit_time": "2026-06-08T18:04:19.127742910Z",
"voting_end_time": "2026-06-10T18:04:19.127742910Z"
},
{
"id": 101,
"title": "Recover IBC light client for XRPL EVM Network",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "This proposal updates the expired IBC light client `07-tendermint-57` for counterparty chain `xrplevm_1440000-1` with the state of the substitute client `07-tendermint-62`",
"submit_time": "2026-05-21T09:00:16.739108944Z",
"voting_end_time": "2026-05-23T09:00:16.739108944Z"
},
{
"id": 100,
"title": "Recover IBC light client for XRPL EVM Network",
"status": "PROPOSAL_STATUS_REJECTED",
"summary": "This proposal updates the expired IBC light client `07-tendermint-57` for counterparty chain `xrplevm_1440000-1` with the state of the substitute client `07-tendermint-61`",
"submit_time": "2026-05-18T08:39:57.851796030Z",
"voting_end_time": "2026-05-20T08:39:57.851796030Z"
},
{
"id": 99,
"title": "Recover IBC light client for XRPL EVM Network",
"status": "PROPOSAL_STATUS_FAILED",
"summary": "This proposal updates the expired IBC light client `07-tendermint-57` for counterparty chain `xrplevm_1440000-1` with the state of the substitute client `07-tendermint-60`",
"submit_time": "2026-05-11T11:06:25.677625233Z",
"voting_end_time": "2026-05-13T11:06:25.677625233Z"
},
{
"id": 98,
"title": "Recover IBC light client for XRPL EVM Network",
"status": "PROPOSAL_STATUS_REJECTED",
"summary": "This proposal updates the expired IBC light client `07-tendermint-57` for counterparty chain `xrplevm_1440000-1` with the state of the substitute client `07-tendermint-60`",
"submit_time": "2026-05-07T16:41:56.275428071Z",
"voting_end_time": "2026-05-09T16:41:56.275428071Z"
},
{
"id": 97,
"title": "v6.10.0 Upgrade",
"status": "PROPOSAL_STATUS_PASSED",
"summary": "Today, we are entering the final step of our migration and the shutdown of the Elys Network chain.\nThis proposal will allow us to return all funds to a treasury address before closing so we can send the tokens back to
…