Last updated 8 months ago
A successful response.
plan is the current upgrade plan.
const response = await fetch('https://band-rest.nownodes.io/cosmos/upgrade/v1beta1/current_plan', { method: 'GET', headers: {}, }); const data = await response.json();
{ "plan": { "name": "text", "time": "2024-12-21T16:09:32.509Z", "height": "text", "info": "text", "upgraded_client_state": { "type_url": "text", "value": "Ynl0ZXM=" } } }