Governance
Get Proposal Votes By Address
Get all the votes for a governance proposal from an address
GET
Path Parameters
Proposal ID (minimum: 1)
The voter address
Response
Array of vote objects containing:
- proposalId: string
- vote: “yay” | “nay” | “abstain”
- voterAddress: string