Tx is the standard type used for broadcasting transactions.
tx_bytes is the raw transaction.
A successful response.
const response = await fetch('https://lunc.nownodes.io/terra/tx/v1beta1/compute_tax', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "tax_amount": [ { "denom": "text", "amount": "text" } ] }