Transaction Status
tx request type
This endpoint allows you to check the status of a transaction on the NEAR blockchain.
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": "tx",
"params": {
"tx_hash": "4EQZ5qoEJUbz8SRNkNwrAPtsn2VFhg9Ci1weaNNpiuR7",
"sender_account_id": "intents.near"
}
}Request schema
object
requires jsonrpc, id, method, paramsjsonrpc *string2.0id *stringmethod *stringtxparams *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