id defines an optional id for the commandsbatch. If not specified the latest will be returned
A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/evm/v1beta1/batched_commands/{chain}/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "data": "text", "status": "BATCHED_COMMANDS_STATUS_UNSPECIFIED", "key_id": "text", "execute_data": "text", "prev_batched_commands_id": "text", "command_ids": [ "text" ], "proof": { "addresses": [ "text" ], "weights": [ "text" ], "threshold": "text", "signatures": [ "text" ] } }