A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/evm/v1beta1/burner_info', { method: 'GET', headers: {}, }); const data = await response.json();
{ "chain": "text", "burner_info": { "burner_address": "Ynl0ZXM=", "token_address": "Ynl0ZXM=", "destination_chain": "text", "symbol": "text", "asset": "text", "salt": "Ynl0ZXM=" } }