An API implementation of RPC call.
Returns transaction output
const response = await fetch('https://strax.nownodes.io/api/Node/gettxout', { method: 'GET', headers: {}, }); const data = await response.json();