/cosmos/group/v1/vote_by_proposal_voter/{proposal_id}//{voter}
proposal_id is the unique ID of a proposal.
voter is a proposal voter account address.
A successful response.
An unexpected error response.
curl -L \ --url 'https://thor.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:44:06.798Z" } }