Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/gov/v1/proposals/{proposal_id}/deposits/{depositor}

Path Parameters

proposal_id*string

proposal_id defines the unique id of the proposal.

Formatuint64
depositor*string

depositor defines the deposit addresses from the proposals.

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/gov/v1/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"
    }
  ]
}