跳到主要内容

获取合约大户账户多空比信息

限速规则 1次/1s (IP)

描述

获取合约大户账户多空比信息

HTTP请求

  • GET /api/v2/mix/market/account-long-short
请求示例
curl "https://api.bitget.com/api/v2/mix/market/account-long-short?symbol=BTCUSDT"

请求参数

参数名参数类型是否必须描述
symbolString交易对名称
periodString- 默认值5m, 支持:
5m
15m
30m
1h
2h
4h
6h
12h
1d
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1656589586807,
"data": [
{
"longAccountRatio": "0.01",
"shortAccountRatio": "0.12",
"longShortAccountRatio": "1.2",
"ts": "1714020600000"
},
{
"longAccountRatio": "0.01",
"shortAccountRatio": "0.12",
"longShortAccountRatio": "1.2",
"ts": "1714020600000"
}
]
}

返回参数

返回字段参数类型字段说明
longAccountRatioString多仓账户比例
shortAccountRatioString空仓账户比例
longShortAccountRatioString多空账户比
tsString时间