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) to retrievevisible
— optional boolean to specify address format (default: false for hex format)
Response
ret
— array of execution results containing:contractRet
— contract execution result (SUCCESS, REVERT, etc.)fee
— transaction fee paid
signature
— array of transaction signaturestxID
— transaction ID hashnet_usage
— bandwidth consumedraw_data_hex
— hexadecimal representation of raw transaction datanet_fee
— network fee paidenergy_usage
— energy consumed (for smart contracts)blockNumber
— block number containing the transactionblock_timestamp
— block timestampcontract_result
— contract execution return data (for smart contracts)
Use case
Thewallet/gettransactionbyid
method is used for:
- Checking transaction status and execution results after broadcasting.
- Retrieving detailed transaction information for wallets and explorers.
- Analyzing transaction fees and resource consumption.
- Debugging smart contract execution and validating transaction outcomes.
Body
application/json