Current plan

CurrentPlan queries the current upgrade plan.

get
Responses
200
A successful response.
application/json
get
GET /cosmos/upgrade/v1beta1/current_plan HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
  "plan": {
    "name": "text",
    "time": "2025-06-23T17:43:44.070Z",
    "height": "text",
    "info": "text",
    "upgraded_client_state": {
      "type_url": "text",
      "value": "text"
    }
  }
}

Revision created

GitBook: No commit message