---
title: "Get all the votes from a voter"
method: GET
path: "/api/v1/gov/voter/{address}/votes"
---

# Get all the votes from a voter

`GET /api/v1/gov/voter/{address}/votes`

## Path parameters

- `address` string, required

## Response `200`

A list of votes.

- Vote[]
  - `proposalId` number, required
  - `vote` 'yay' | 'nay' | 'abstain' | 'unknown', required
  - `voterAddress` string, required

---

[API](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/versions/89e2cef092d6/schema)
