GetTransactionById

Query the transaction body by transaction ID, including raw_data, signatures, and contract parameters. This API does not return the execution receipt.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Query the transaction body by transaction ID. The response contains the submitted transaction data, such as raw_data, signatures, and contract-call parameters. It does not contain the execution receipt.

📘

Difference from GetTransactionInfoById

This API returns the transaction body, similar to Ethereum's eth_getTransactionByHash. GetTransactionInfoById returns the post-execution receipt, including fees, Energy usage, event logs, and internal transactions. Use both APIs when you need a complete transaction view.


Related resources

Body Params
string
required

Transaction ID (hash). Example: 7c2d4206c03a883dd9066d620335dc1be272a8dc733cfa3f6d10308faa37facc

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json