Skip to main content
GET
/
check_tx
check_tx
curl --request GET \
  --url https://rpc.cosmos.directory/cosmoshub/check_tx
{
  "error": "",
  "result": {
    "code": "0",
    "data": "",
    "log": "",
    "info": "",
    "gas_wanted": "1",
    "gas_used": "0",
    "events": [
      {
        "type": "app",
        "attributes": [
          {
            "key": "action",
            "value": "send",
            "index": false
          }
        ]
      }
    ],
    "codespace": "bank"
  },
  "id": 0,
  "jsonrpc": "2.0"
}

Query Parameters

tx
string
required

The transaction

Example:

"785"

Response

ABCI application's CheckTx response

error
string
required
Example:

""

result
object
required
id
integer
required
Example:

0

jsonrpc
string
required
Example:

"2.0"