post https://ronin-mainnet.core.chainstack.com/3997273fc956a67dc6982384500e669e/
Ronin API method that returns information about a transaction by its hash. This includes details such as the transaction's sender and receiver, the amount of Ether transferred, and the transaction's current state (e.g., pending, included in a block).
Get you own node endpoint today
Start 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
The eth_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.
Try the eth_getTransactionByHash
RPC method yourself
eth_getTransactionByHash
RPC method yourself