v1
latestOpenAPI 3.0.32026-07-173986194.3 KBReturns a governance proposal.
get/consensus/proposals/{proposal_id}
Path parameters
proposal_idinteger required
The unique identifier of the proposal to return.
Response
A JSON object containing a governance proposal.
Example response
{
"id": 1,
"submitter": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p",
"state": "active",
"deposit": "1234567890123456789012",
"epoch": 13402,
"parameters_change": "{\"min_validators\":null,\"max_validators\":\"120\",\"voting_power_distribution\":null}",
"created_at": 13402,
"closes_at": 13403,
"invalid_votes": "1234567890123456789012"
}