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

Path Parameters

id
integer
required

Proposal ID (minimum: 1)

address
string
required

The voter address

Response

200
array

Array of vote objects containing:

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