GetTransactionInfoById

通过交易 ID 查询交易的执行收据——手续费、能量消耗、合约执行状态、事件日志、内部交易。

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

通过交易 ID 查询交易的执行收据。手续费、能量消耗、合约执行状态、事件日志、内部交易。

📘

与 GetTransactionById 的区别

GetTransactionById 返回的是交易本体raw_data、签名、合约调用参数);本接口返回的是交易执行后的收据(receipt)——交易必须已上链且执行完成,才有 TransactionInfo。两个接口配合使用才能拿到一笔交易的完整状态。


相关资源

Body Params
string
required

交易 ID(哈希)。示例:bd32eef7469d57011a092c59c745cab1e49c501e9f0ac15c580656f9ead1e319

Response

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