A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/evm/confirm_deposit', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "error": "text", "message": "text", "details": [ { "type_url": "text", "value": "Ynl0ZXM=" } ] }