For the complete documentation index, see llms.txt. This page is also available as Markdown.

Current plan

CurrentPlan queries the current upgrade plan.

get
Responses
200

A successful response.

application/json

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

get/cosmos/upgrade/v1beta1/current_plan
GET /cosmos/upgrade/v1beta1/current_plan HTTP/1.1
Accept: */*
{
  "plan": {
    "name": "text",
    "time": "2026-01-01T00:00:00.000Z",
    "height": "text",
    "info": "text",
    "upgraded_client_state": {
      "type_url": "text",
      "value": "Ynl0ZXM="
    }
  }
}

Last updated

Was this helpful?