Authority

Returns the account with authority to conduct upgrades

Since: cosmos-sdk 0.46

GEThttps://coreum.nownodes.io/cosmos/upgrade/v1beta1/authority
Response

A successful response.

Body
addressstring
Request
const response = await fetch('https://coreum.nownodes.io/cosmos/upgrade/v1beta1/authority', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "address": "text"
}