GET
/
api
/
v1
/
gov
/
proposal
/
{id}
/
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>"
    }
  }
}

Path Parameters

id
integer
required

Proposal ID (minimum: 1)

Response

200
object

A paginated list of votes.