Skip to main content

/cosmos/upgrade/v1beta1/applied_plan/{name}

GET

AppliedPlan queries a previously applied upgrade plan by its name.
Path Parameters
namestringrequired
name is the name of the applied plan to query for.
Responses
heightstring
height is the block height at which the plan was applied.
codestringrequired
Code identifying the cause of the failed request.
messagestringrequired
Detailed message including the name and value of the invalid parameter.
{
"code": "ERROR_CODE",
"message": "An unexpected error response."
}
cURL
curl -X GET 'https://rest-sei-mainnet.nodit.io/cosmos/upgrade/v1beta1/applied_plan/{name}' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'