Transaction Status
tx request type
Check a transaction's final outcome by Base58 hash — succeeded, failed, or still unresolved.
tx request type
Check a transaction's final outcome by Base58 hash — succeeded, failed, or still unresolved.
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": "tx",
"params": {
"tx_hash": "34E7weKCDqXh3xPKdBgSWRqo44yTWjbka9deMK8JbAxx",
"sender_account_id": "escrow.ai.near"
}
}jsonrpc *string2.0id *stringmethod *stringtxparams *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