本网站提供数据rest api接口,接口地址:http://365shuju.co/api/online?game=trx
返回最近10笔波场区块链区块数据
请求方式:get
返回类型:json
返回结果说明:
{
"success": true,
"data": [
{
"time": "2022-06-21 02:21:00",
"hash": "00000000027cc315e5165c1b84ea8112dc1110e21aef54007f6c3d5dd5c12c22",
"height": 41730837
},
{
"time": "2022-06-21 02:20:00",
"hash": "00000000027cc301091fa7f10cac72cdea0fbcc6023fa1ca339e62d25fbc5cc7",
"height": 41730817
},
{
"time": "2022-06-21 02:19:00",
"hash": "00000000027cc2ed8fbb69f3e29bf7cea049d173aa1410b526787cc691c6b498",
"height": 41730797
},
...
]
}
类型:object 数组;time:統計时间;hash:波场区块hash ID;height:波场区块高度;