v1

latestOpenAPI 3.0.0Apache 2.02026-07-17304890.3 KB
Tx

Checks the transaction without executing it.

The transaction won't be added to the mempool.

Please refer to https://docs.tendermint.com/v0.34/tendermint-core/using-tendermint.html#formatting for formatting/encoding rules.

Upon success, the Cache-Control header will be set with the default maximum age.

get/check_tx

Query parameters

txstring required
Example:785

The transaction

Response

ABCI application's CheckTx response

errorstring required
idinteger required
jsonrpcstring required

Example response

{
  "result": {
    "code": "0",
    "gas_wanted": "1",
    "gas_used": "0",
    "events": [
      {
        "type": "app",
        "attributes": [
          {
            "key": "YWN0aW9u",
            "value": "c2VuZA=="
          }
        ]
      }
    ],
    "codespace": "bank"
  },
  "jsonrpc": "2.0"
}