---
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` string, required
  - `vote` 'yay' | 'nay' | 'abstain' | 'unknown', required
  - `voterAddress` string, required

## Changes

- **2025-01-13** `2f896bdd5e8b` — 1 warning
  - added the new `unknown` enum value to the `items/vote` response property for the response status `200`
- **2024-12-17** `6893b0238070` — 1 breaking, 1 info
  - the `items/proposalId` response's property type changed from `number` to `string` for status `200`
  - removed the `unknown` enum value from the `items/vote` response property for the response status `200`

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/gov/voter/:address/votes/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/0252fc0de74d?raw)
