Path Parameters
proposal_id*string
proposal_id defines the unique id of the proposal.
Format
uint64depositor*string
depositor defines the deposit addresses from the proposals.
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/gov/v1beta1/proposals/string/deposits/string"{
"deposit": {
"proposal_id": "string",
"depositor": "string",
"amount": [
{
"denom": "string",
"amount": "string"
}
]
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}