check_tx REST API Endpoint
Please refer to Tendermint official documentation for formatting/encoding rules.
Query Parameters
tx
string
REQUIRED
The transaction
Returns
error
string
The error field, if any
result
object
The result object which contains the following fields:
code
string
Result code indicating success
data
string
Additional data associated with the result
log
string
Log information from the transaction execution
info
string
Additional information about the transaction execution
gas_wanted
string
Amount of gas requested for the transaction
gas_used
string
Amount of gas actually used by the transaction
events
array
Events emitted during the transaction execution
type
string
The type of the event
attributes
array
The attributes associated with the event
key
string
Key of the attribute
value
string
Value of the attribute
index
boolean
Indicates if the attribute is indexed
codespace
string
Codespace associated with the transaction result
Request
1curl --location 'https://docs-demo.celestia-mainnet.quiknode.pro/check_tx?tx=TRANSACTION_HASH'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free