A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/evm/v1beta1/key_address/{chain}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "key_id": "text", "addresses": [ { "address": "text", "weight": "text" } ], "threshold": "text" }