Skip to main content

TxStatus gRPC Method

Returns the status of a transaction by its hash. Possible statuses are - Committed, Pending, Evicted, or Unknown.

Updated on
Jul 04, 2025

TxStatus gRPC Method

Parameters

tx_id
string
REQUIRED
Hex-encoded transaction hash (64 characters representing 32 bytes)

Returns

height
integer
Block height at which the transaction was included, if committed
index
integer
Index of the transaction in the block
execution_code
integer
(Optional) Non-zero if the transaction failed during execution; zero indicates success
error
string
(Optional) Error message associated with the transaction if it failed
status
string
Status of the transaction: Committed, Pending, Evicted, or Unknown
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free