Vai al contenuto
GET /v1/governance

Latest governance proposals

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/elys-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

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_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "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
…