Transaction Status (Experimental)
EXPERIMENTAL_tx_status request type
Fetch a transaction's full receipt tree and per-receipt outcomes by Base58 hash — richer than `tx_status`.
EXPERIMENTAL_tx_status request type
Fetch a transaction's full receipt tree and per-receipt outcomes by Base58 hash — richer than `tx_status`.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "EXPERIMENTAL_tx_status",
"params": {
"wait_until": "EXECUTED_OPTIMISTIC",
"sender_account_id": "escrow.ai.near",
"tx_hash": "34E7weKCDqXh3xPKdBgSWRqo44yTWjbka9deMK8JbAxx"
}
}jsonrpc *string2.0id *stringmethod *stringEXPERIMENTAL_tx_statusparams *objectwait_untilstringDesired level of execution status guarantee
NONEINCLUDEDINCLUDED_FINALEXECUTEDEXECUTED_OPTIMISTICFINALsigned_tx_base64stringBase64-encoded signed transaction. Generate a fresh signed payload for the signing account immediately before submission or status lookup.
sender_account_idstringNEAR account ID
tx_hashstringBase58-encoded hash
Successful response
jsonrpc *string2.0id *one ofresultobjectfinal_execution_status *stringDesired level of execution status guarantee
NONEINCLUDEDINCLUDED_FINALEXECUTEDEXECUTED_OPTIMISTICFINALreceiptsarrayReceipts generated from the transaction
itemsobjectreceipts_outcomearrayThe execution outcome of receipts.
itemsobjectstatusobjectOne of multiple possible types
transactionobjectSigned Transaction
transaction_outcomeobjectThe execution outcome of the signed transaction.
errorobjectcodeintegermessagestringdataobject