Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/upgrade/v1beta1/current_plan

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/upgrade/v1beta1/current_plan"
{
  "plan": {
    "name": "string",
    "time": "2019-08-24T14:15:22Z",
    "height": "string",
    "info": "string",
    "upgraded_client_state": {
      "type_url": "string",
      "value": "string"
    }
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}