post
https://api.shasta.trongrid.io/wallet/gettransactioninfobyid
Queries a transaction execution receipt by transaction ID, including fees, Energy usage, contract execution status, event logs, and internal transactions.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Queries a transaction execution receipt by transaction ID, including fees, Energy usage, contract execution status, event logs, and internal transactions.
Difference from GetTransactionByIdGetTransactionById returns the transaction body:
raw_data, signatures, and contract-call parameters. This API returns the post-execution receipt. The transaction must already be on-chain and executed before TransactionInfo exists. Use both APIs together to get the complete state of a transaction.
Related resources
- GetTransactionById — query the transaction body submitted by the requester
- GetTransactionInfoByBlockNum — query receipts for all transactions in a block
- API signature and broadcast flow — confirm execution results after broadcast
- Confirmation semantics — distinguish transaction body, execution receipt, and solidified receipt
- Internal transactions — semantics of
internal_transactionsin TransactionInfo - Contract calls and Energy billing — source of receipt fields such as
energy_usageandenergy_fee