本网站提供数据rest api接口,接口地址:http://365shuju.co/api/online?game=baeth
返回最近10笔币安ETH/USDT交易数据
请求方式:get
返回类型:json
返回结果说明:
{
"success": true,
"data": [
{
"time": "2021-09-02 17:00:00",
"vol": 26.99,
"amount": 1352479.11
},
{
"time": "2021-09-02 16:59:00",
"vol": 14.93,
"amount": 748131.27
},
{
"time": "2021-09-02 16:58:00",
"vol": 14.19,
"amount": 710545.08
},
...
]
}
类型:object 数组;time:統計时间;vol:以BTC计量的交易量;amount:以USDT计量的交易量;