A successful response.
LegacyAminoPubKey specifies a public key type which nests multiple public keys and a threshold, it uses legacy amino address rules.
const response = await fetch('https://axelar.nownodes.io/axelar/permission/v1beta1/governance_key', { method: 'GET', headers: {}, }); const data = await response.json();
{ "governance_key": { "threshold": 0, "public_keys": [ { "type_url": "text", "value": "Ynl0ZXM=" } ] } }