POST /gov/proposals HTTP/1.1
Host: akt.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 433
{
"base_req": {
"from": "cosmos1g9ahr6xhht5rmqven628nklxluzyv8z9jqjcmc",
"memo": "Sent via Cosmos Voyager 🚀",
"chain_id": "Cosmos-Hub",
"account_number": "0",
"sequence": "1",
"gas": "200000",
"gas_adjustment": "1.2",
"fees": [
{
"denom": "stake",
"amount": "50"
}
],
"simulate": false
},
"title": "text",
"description": "text",
"proposal_type": "text",
"proposer": "cosmos1depk54cuajgkzea6zpgkq36tnjwdzv4afc3d27",
"initial_deposit": [
{
"denom": "stake",
"amount": "50"
}
]
}