合约多空比有没有超过30天的数据,付费跪求,有没有老铁们有啊
这个接口
多空持仓人数比
响应:
[
{
"symbol":"BTCUSDT",
"longShortRatio":"0.1960", // 多空人数比值
"longAccount": "0.6622", // 多仓人数比例
"shortAccount":"0.3378", // 空仓人数比例
"timestamp":"1583139600000"
},
{
"symbol":"BTCUSDT",
"longShortRatio":"1.9559",
"longAccount": "0.6617",
"shortAccount":"0.3382",
"timestamp":"1583139900000"
},
]
GET /futures/data/globalLongShortAccountRatio
参数:
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
symbol | STRING | YES | |
period | ENUM | YES | “5m”,“15m”,“30m”,“1h”,“2h”,“4h”,“6h”,“12h”,“1d” |
limit | LONG | NO | default 30, max 500 |
startTime | LONG | NO | |
endTime | LONG | NO |
- 若无 startime 和 endtime 限制, 则默认返回当前时间往前的limit值
- 仅支持最近30天的数据