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