starknet_getTransactionStatus

Gets the transaction status (possibly reflecting that the tx is still in the mempool, or dropped from it).

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
transaction_hashstringRequiredformat: "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$"
The hash of the transaction to get the status of

Response

The status of the transaction
finality_statusenum
The finality status of the transaction, including the case the txn is still in the mempool or failed validation during the block construction phase
Allowed values:
execution_statusenum
The execution status of the transaction
Allowed values: