Since: cosmos-sdk 0.43
A successful response.
module_versions is a list of module names with their consensus versions.
const response = await fetch('https://tia-rest.nownodes.io/cosmos/upgrade/v1beta1/module_versions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "module_versions": [ { "name": "text", "version": "text" } ] }