本网站提供数据rest api接口,接口地址:http://365shuju.com/api/online?game=hbbtc
返回最近10笔火币BTC/USDT交易数据
请求方式:get
返回类型:json
返回结果说明:
{
"success": true,
"data": [
{
"time": "2021-09-02 17:06:00",
"vol": 33.79,
"amount": 1686354.81
},
{
"time": "2021-09-02 17:05:00",
"vol": 57.71,
"amount": 2884471.57
},
{
"time": "2021-09-02 17:04:00",
"vol": 4.15,
"amount": 207624.66
},
...
]
}
类型:object 数组;time:統計时间;vol:以BTC计量的交易量;amount:以USDT计量的交易量;