A successful response.
plan is the current upgrade plan.
const response = await fetch('https://thor.nownodes.io/cosmos/upgrade/v1beta1/current_plan', { method: 'GET', headers: {}, }); const data = await response.json();
{ "plan": { "name": "text", "time": "2025-01-30T21:22:29.527Z", "height": "text", "info": "text", "upgraded_client_state": { "type_url": "text", "value": "Ynl0ZXM=" } } }