Last updated 10 months ago
Since: cosmos-sdk 0.47
/cosmos/tx/v1beta1/encode
Tx is the standard type used for broadcasting transactions.
A successful response.
An unexpected error response.
curl -L \ --request POST \ --url 'https://band-rest.nownodes.io/cosmos/tx/v1beta1/encode' \ --header 'Content-Type: application/json' \ --data '{"tx":{"body":{"messages":[{}],"extension_options":[{}],"non_critical_extension_options":[{}]},"auth_info":{"signer_infos":[{"public_key":{},"mode_info":{"single":{"mode":"SIGN_MODE_UNSPECIFIED"},"multi":"[Circular Reference]"}}],"fee":{"amount":[{}]},"tip":{"amount":[{}]}},"signatures":[null]}}'
{ "tx_bytes": "text" }