last height of the current chain must be sent in request as this is the height under which next consensus state is stored
A successful response.
const response = await fetch('https://akt.nownodes.io/cosmos/upgrade/v1beta1/upgraded_consensus_state/{last_height}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "upgraded_consensus_state": "Ynl0ZXM=" }