/cosmos/tx/v1beta1/txs

BroadcastTx broadcast transaction.

Parameters:

Body - object, BroadcastTxRequest is the request type for the Service.BroadcastTxRequest RPC method.

Example:

// Request
curl -X POST -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/tx/v1beta1/txs
--data
{
  "tx_bytes": "string",
  "mode": "BROADCAST_MODE_UNSPECIFIED"
}

// Result
{
  "tx_response": {
    "height": "string",
    "txhash": "string",
    "codespace": "string",
    "code": 0,
    "data": "string",
    "raw_log": "string",
    "logs": [