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

Path Parameters

address
string
required

The voter address

Response

200
array

Array of vote objects containing:

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