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