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
value— the transaction ID (hash) in hexadecimal format
Response
Returns detailed transaction execution information including:id— the transaction hashblockNumber— block number containing the transactionblockTimeStamp— block timestampcontractResult— contract execution resultsfee— transaction fee paidresult— transaction execution result (SUCCESS/REVERT)resMessage— result message if failedreceipt— transaction receipt with resource usagelog— event logs generated by the transaction
Use case
Thewalletsolidity/gettransactioninfobyid method is used for:
- Retrieving confirmed transaction execution results from solidified blockchain state
- Analyzing gas usage and fees for finalized transactions
- Monitoring contract execution outcomes using reliable data
- Building applications that require confirmed transaction execution information