Skip to main content
GET
/
api
/
v1
/
gov
/
proposal
/
{id}
/
votes
Get Proposal Votes
curl --request GET \
  --url https://namada-indexer-01.originstake.com/api/v1/gov/proposal/{id}/votes \
  --header 'Key: <api-key>'
{
  "200": {
    "results": [
      {}
    ],
    "pagination": {
      "page": "<string>",
      "perPage": "<string>",
      "totalPages": "<string>",
      "totalItems": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.namada.cc/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
integer
required
Proposal ID (minimum: 1)

Response

200
object
A paginated list of votes.