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