Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
transactionHash
— the hash of the transaction to retrieve.
Response
result
— an object containing detailed information about the transaction, including fields likefrom
,to
,value
,gas
,gasPrice
,nonce
,blockHash
,blockNumber
, andtransactionIndex
.
Use case
Theeth_getTransactionByHash
method is essential for tracking specific transactions on the Ronin blockchain. It can be used by wallets to show transaction details, by exchanges to track deposits and withdrawals, or by any application that needs to verify the status and details of a transaction.Body
application/json