Last updated 1 year ago
name is the name of the applied plan to query for.
A successful response.
height is the block height at which the plan was applied.
const response = await fetch('/cosmos/upgrade/v1beta1/applied_plan/{name}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "height": "text" }