Amino

TxDecodeAmino decodes an Amino transaction from encoded bytes to JSON.

Since: cosmos-sdk 0.47

post

/cosmos/tx/v1beta1/decode/amino

Body
amino_binarystring · byte
Responses
curl -L \
  --request POST \
  --url 'https://tia-rest.nownodes.io/cosmos/tx/v1beta1/decode/amino' \
  --header 'Content-Type: application/json'
{
  "amino_json": "text"
}