Since: cosmos-sdk 0.47
A successful response.
const response = await fetch('https://thor.nownodes.io/cosmos/tx/v1beta1/decode/amino', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "amino_json": "text" }