Skip to main content
GET
/
broadcast_tx_commit
broadcast_tx_commit
curl --request GET \
  --url https://rpc.cosmos.directory/cosmoshub/broadcast_tx_commit
{
  "error": "",
  "result": {
    "height": "26682",
    "hash": "75CA0F856A4DA078FC4911580360E70CEFB2EBEE",
    "deliver_tx": {
      "log": "",
      "data": "",
      "code": "0"
    },
    "check_tx": {
      "log": "",
      "data": "",
      "code": "0"
    }
  },
  "id": 0,
  "jsonrpc": "2.0"
}

Query Parameters

tx
string
required

The transaction

Example:

"785"

Response

empty answer

error
string
required
Example:

""

result
object
required
id
integer
required
Example:

0

jsonrpc
string
required
Example:

"2.0"