Μετάβαση στο περιεχόμενο
GET /v1/governance

Recent on-chain governance proposals

Δοκιμάστε το ζωντανά

10 δωρεάν κλήσεις την ημέρα — χωρίς εγγραφή, χωρίς κλειδί API. Μέσω του gateway του oanor.

Προσαρμοσμένες κεφαλίδες (προαιρετικά)
api.oanor.com/nolus-api

Δουλεύει. Πάρε ένα κλειδί API και χρησιμοποίησέ το στο έργο σου.

Λάβετε ένα κλειδί API

Αποσπάσματα κώδικα

curl "https://api.oanor.com/nolus-api/v1/governance" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/nolus-api/v1/governance", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/nolus-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/nolus-api/v1/governance",
    headers={"x-oanor-key": "oanor_test_..."}
)

Παράδειγμα απόκρισης

Πραγματική απόκριση αυτού του endpoint, από τον τελευταίο έλεγχο υγείας.

{
    "data": {
        "chain": "Nolus",
        "count": 10,
        "proposals": [
            {
                "id": "333",
                "title": "Close Inactive Market (Osmosis allSOL)",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "## Summary This proposal concerns the closure of the Osmosis allSOL market on the Nolus Pirin (mainnet), which has remained inactive and is no longer serving user demand within the Nolus money market. The closure process is structured to en",
                "submit_time": "2026-05-20T10:02:46.279571965Z",
                "voting_end_time": "2026-05-23T10:02:46.279571965Z"
            },
            {
                "id": "332",
                "title": "Close Inactive Market (Osmosis AKT)",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "## Summary This proposal concerns the closure of the Osmosis AKT market on the Nolus Pirin (mainnet), which has remained inactive and is no longer serving user demand within the Nolus money market. The closure process is structured to ensur",
                "submit_time": "2026-05-20T09:57:11.607237339Z",
                "voting_end_time": "2026-05-23T09:57:11.607237339Z"
            },
            {
                "id": "331",
                "title": "Delist Neutron-based Gas Denoms",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "## Summary Currently, users on the Nolus mainnet have the flexibility to pay gas fees using various assets, including the native token NLS, as well as USDC, ATOM, OSMO, and NTRN. ### Goal This proposal seeks to delist NTRN and USDC deposite",
                "submit_time": "2026-04-14T13:46:27.597036189Z",
                "voting_end_time": "2026-04-17T13:46:27.597036189Z"
            },
            {
                "id": "330",
                "title": "Close Inactive Market (Neutron Noble USDC)",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "## Summary This proposal proposes the closure of the Neutron Noble USDC long market due to zero active positions on mainnet and Neutron’s transition to maintenance mode. The closure process is structured to ensure the safe return of user fu",
                "submit_time": "2026-03-30T09:26:44.887322628Z",
                "voting_end_time": "2026-04-02T09:26:44.887322628Z"
            },
            {
                "id": "329",
                "title": "Smart Contract Migration (v0.8.24)",
                "status": "PROPOSAL_STATUS_PASSED",
                "summary": "## Summary As the Nolus network adopts a semi-permissioned blockchain model, contract migrations require governance approval. The Nolus money market architecture is strategically divided into two main components: the platform core and the p",
                "submit_time": "2026-03-24T10:00:49.421174523Z",
                "voting_end_time": "2026-03-27T10:00:49.421174523Z"
            },
            {
     
…