/cosmos/group/v1/proposal/{proposal_id}
proposal_id is the unique ID of a proposal.
A successful response.
An unexpected error response.
curl -L \ --url 'https://zetachain.nownodes.io/cosmos/group/v1/proposal/{proposal_id}'
{ "proposal": { "id": "text", "group_policy_address": "text", "metadata": "text", "proposers": [ "text" ], "submit_time": "2025-02-06T10:31:15.861Z", "group_version": "text", "group_policy_version": "text", "status": "PROPOSAL_STATUS_UNSPECIFIED", "final_tally_result": { "yes_count": "text", "abstain_count": "text", "no_count": "text", "no_with_veto_count": "text" }, "voting_period_end": "2025-02-06T10:31:15.861Z", "executor_result": "PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED", "messages": [ { "type_url": "text", "value": "text" } ], "title": "text", "summary": "text" } }