# Onyx Governance API

The Onyx Governance API provides programmatic access to governance data, proposal tracking, and voting details within the Onyx protocol. Developers and governance participants can use this API to fetch real-time governance data, submit transactions, and monitor proposal statuses.

The Governance API Base URL is: govapi.onyx.org


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onyx.org/api/onyx-governance-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
