Amino
Since: cosmos-sdk 0.47
Body
TxEncodeAminoRequest is the request type for the Service.TxEncodeAmino RPC method. Since: cosmos-sdk 0.47
amino_jsonstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
post
POST /cosmos/tx/v1beta1/encode/amino HTTP/1.1
Host: zetachain.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"amino_json": "text"
}
{
"amino_binary": "text"
}