Last updated 7 months 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('https://atom.nownodes.io/cosmos/upgrade/v1beta1/applied_plan/{name}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "height": "text" }