Proposal
Path parameters
proposal_idstring · uint64Required
proposal_id is the unique ID of a proposal.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/group/v1/proposal/{proposal_id} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
"proposal": {
"id": "text",
"group_policy_address": "text",
"metadata": "text",
"proposers": [
"text"
],
"submit_time": "2025-06-23T18:19:45.406Z",
"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-06-23T18:19:45.406Z",
"executor_result": "PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED",
"messages": [
{
"type_url": "text",
"value": "text"
}
],
"title": "text",
"summary": "text"
}
}