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