latestblock - 获取最新区块信息
使用latestblock
调用获取最新区块信息。
API调用
GET latestblock
API返回值
示例代码
使用curl调用latestblock
的示例代码如下:
curl https://blockchain.info/latestblock
返回结果如下:
{
"hash":"0000000000000538200a48202ca6340e983646ca088c7618ae82d68e0c76ef5a",
"time":1325794737,
"block_index":841841,
"height":160778,
"txIndexes":[13950369,13950510,13951472]
}