Current plan

CurrentPlan queries the current upgrade plan.

get
Responses
application/json
objectOptional

QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC method.

get
GET /cosmos/upgrade/v1beta1/current_plan HTTP/1.1
Host: luna.nownodes.io
Accept: */*
{
  "plan": {
    "name": "text",
    "time": "2025-04-23T18:35:06.025Z",
    "height": "text",
    "info": "text",
    "upgraded_client_state": {
      "type_url": "text",
      "value": "Ynl0ZXM="
    }
  }
}