eth_getTransactionByHash
JSON-RPC methods
jsonrpc eth_getTransactionByHash | TRON
TRON API method that returns transaction information by transaction hash. This method provides Ethereum-compatible interface for TRON blockchain.
POST
eth_getTransactionByHash
TRON API method that returns detailed transaction information by transaction hash, providing an Ethereum-compatible interface for accessing TRON blockchain data.
Get your 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
jsonrpc— the JSON-RPC protocol version (always “2.0”)method— the method name (always “eth_getTransactionByHash”)params— array containing method parameterstransactionHash— the transaction hash as a hex string
id— request identifier (number or string)
Response
jsonrpc— the JSON-RPC protocol version (“2.0”)id— the request identifier that matches the requestresult— transaction object containing transaction details including hash, from, to, value, gas, and other transaction metadata
Use case
Thejsonrpc eth_getTransactionByHash method is used for:
- Retrieving detailed transaction information for verification and monitoring through Web3 interfaces
- Implementing transaction tracking functionality in dApps and wallets
- Building payment confirmation systems that verify transaction details
- Developing blockchain analytics tools that analyze transaction patterns
Body
application/json
Last modified on April 15, 2026