A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/evm/v1beta1/pending_commands/{chain}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "commands": [ { "id": "text", "type": "text", "key_id": "text" } ] }