Module versions

ModuleVersions queries the list of module versions from state.

get

Since: cosmos-sdk 0.43

Query parameters
module_namestringOptional

module_name is a field to query a specific module consensus version from state. Leaving this empty will fetch the full list of module versions from state

Responses
200
A successful response.
application/json
get
GET /cosmos/upgrade/v1beta1/module_versions HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
  "module_versions": [
    {
      "name": "text",
      "version": "text"
    }
  ]
}