Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
amino_json?string
Response Body
application/json
application/json
curl -X POST "http://localhost:1317/cosmos/tx/v1beta1/encode/amino" \ -H "Content-Type: application/json" \ -d '{}'{
"amino_binary": "string"
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}