GET
/
api
/
v1
/
gov
/
voter
/
{address}
/
votes
curl --request GET \
  --url https://namada-indexer-01.originstake.com/api/v1/gov/voter/{address}/votes \
  --header 'Key: <api-key>'
{
  "200": [
    {}
  ]
}

Path Parameters

address
string
required

The voter address

Response

200
array

Array of vote objects containing:

  • proposalId: string
  • vote: “yay” | “nay” | “abstain”
  • voterAddress: string