CometBFT
cURL
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" }
Checks the transaction without executing it.
The transaction won’t be added to the mempool.
Please refer to formatting/encoding rules for additional details
Upon success, the Cache-Control header will be set with the default maximum age.
Cache-Control
The transaction
"785"
ABCI application's CheckTx response
""
Show child attributes
0
"2.0"
Was this page helpful?