Skip to main content

Get Futures Active Buy Sell Volume Data

Rate limit: 1 req/1s (IP)

Description

Get Futures Active Buy Sell Volume Data

HTTP Request

  • GET /api/v2/mix/market/long-short
Request Example
curl "https://api.bitget.com/api/v2/mix/market/long-short?symbol=BTCUSDT"

Request Parameters

ParameterTypeRequiredDescription
symbolStringYesTrading pair
periodStringNo- default:5m, support:
5m
15m
30m
1h
2h
4h
6h
12h
1d
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1656589586807,
"data": [
{
"longRatio": "0.01",
"shortRatio": "0.12",
"longShortRatio": "1.2",
"ts": "1714020600000"
},
{
"longRatio": "0.01",
"shortRatio": "0.12",
"longShortRatio": "1.2",
"ts": "1714020600000"
}
]
}

Response Parameters

ParameterTypeDescription
longRatioStringLong Ratio
shortRatioStringShort Ratio
longShortRatioStringLong Short Ratio
tsStringMillseconds time

How was your Reading Experience with us?