GetTransactionById

通过交易 ID 查询交易本体——raw_data、签名、合约调用参数;不含执行收据。

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

通过交易 ID 查询交易本体。raw_data、签名、合约调用参数;不含执行收据。

📘

交易查询接口区别

与 GetTransactionInfoById 的区别。本接口返回的是交易本体(请求方提交的原始内容,类似 Ethereum 的 eth_getTransactionByHash);GetTransactionInfoById 返回的是执行后的收据(手续费、能量消耗、事件日志、内部交易)。两个接口配合使用才能拿到一笔交易的完整状态。


相关资源

Body Params
string
required

交易 ID(哈希值)。示例:7c2d4206c03a883dd9066d620335dc1be272a8dc733cfa3f6d10308faa37facc

Response

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