A successful response.
Plan specifies information about a planned upgrade and when it should occur.
const response = await fetch('https://coreum.nownodes.io/cosmos/upgrade/v1beta1/current_plan', { method: 'GET', headers: {}, }); const data = await response.json();
{ "plan": { "name": "text", "time": "2024-12-22T02:34:33.332Z", "height": "text", "info": "text", "upgraded_client_state": { "@type": "text" } } }