Path Parameters
proposal_id*string
proposal_id defines the unique id of the proposal.
Format
uint64Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/gov/v1/proposals/string"{
"proposal": {
"id": "string",
"messages": [
{
"type_url": "string",
"value": "string"
}
],
"status": "PROPOSAL_STATUS_UNSPECIFIED",
"final_tally_result": {
"yes_count": "string",
"abstain_count": "string",
"no_count": "string",
"no_with_veto_count": "string"
},
"submit_time": "2019-08-24T14:15:22Z",
"deposit_end_time": "2019-08-24T14:15:22Z",
"total_deposit": [
{
"denom": "string",
"amount": "string"
}
],
"voting_start_time": "2019-08-24T14:15:22Z",
"voting_end_time": "2019-08-24T14:15:22Z",
"metadata": "string",
"title": "string",
"summary": "string",
"proposer": "string",
"expedited": true,
"failed_reason": "string"
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}