Transaction Status (Experimental)
EXPERIMENTAL_tx_status request type
This endpoint allows you to get detailed transaction status with additional execution information beyond what the standard tx method provides.
Live Response
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
Request reference
application/jsonThis 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": "intents.near",
"tx_hash": "4EQZ5qoEJUbz8SRNkNwrAPtsn2VFhg9Ci1weaNNpiuR7"
}
}Request schema
object
requires jsonrpc, id, method, paramsjsonrpc *string2.0id *stringmethod *stringEXPERIMENTAL_tx_statusparams *objectwait_untilstringDesired level of execution status guarantee
NONEINCLUDEDINCLUDED_FINALEXECUTEDEXECUTED_OPTIMISTICFINALsigned_tx_base64stringBase64-encoded signed transaction
sender_account_idstringNEAR account ID
tx_hashstringBase58-encoded hash
Response reference
200 application/jsonSuccessful response
Response schema
objectJsonRpcResponse
requires jsonrpc, idjsonrpc *string2.0id *one ofstringnumber
resultobjectfinal_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