GetBlockById

通过区块 ID 查询区块——TRON 的 block ID 是高度大端 + SHA256 截断的复合标识符,并非纯哈希。

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

通过区块 ID 查询区块。TRON 的 block ID 是高度大端 + SHA256 截断的复合标识符,并非纯哈希。


相关资源

  • GetBlockByNum —— 按高度查询(无需获取 block ID)
  • GetBlock —— 同时支持按高度或按 ID,可选只取区块头
  • 区块 —— 区块 ID 的结构(高度 + SHA256 截断)
Body Params
string

区块 ID(哈希)。示例:00000000000f424013e51b18e0782a32fa079ddafdb2f4c343468cf8896dc887

Response

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