Vote by proposal voter

VoteByProposalVoter queries a vote by proposal id and voter.

get

/cosmos/group/v1/vote_by_proposal_voter/{proposal_id}//{voter}

Path parameters
proposal_idstring uint64required

proposal_id is the unique ID of a proposal.

voterstringrequired

voter is a proposal voter account address.

Responses
curl -L \
  --url 'https://luna.nownodes.io/cosmos/group/v1/vote_by_proposal_voter/{proposal_id}/{voter}'
{
  "vote": {
    "proposal_id": "text",
    "voter": "text",
    "option": "VOTE_OPTION_UNSPECIFIED",
    "metadata": "text",
    "submit_time": "2025-02-06T12:57:20.800Z"
  }
}