GET
/
api
/
v1
/
gov
/
proposal
/
{id}
/
votes
/
{address}

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