Skip to main content

Get Contract OI Limit

Rate Limit: 10 req/sec/IP

Description

Interface is used to get future contract OI Limit.

HTTP Request

  • GET /api/v2/mix/market/oi-limit
Request Example
curl "https://api.bitget.com/api/v2/mix/market/oi-limit?productType=usdt-futures&symbol=BTCUSDT"

Request Parameters

ParameterTypeRequiredDescription
symbolStringNoTrading pair, based on the symbolName, i.e. BTCUSDT
productTypeStringYesProduct type
USDT-FUTURES USDT professional futures
COIN-FUTURES Mixed futures
USDC-FUTURES USDC professional futures
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1741596239587,
"data": [
{
"symbol": "BTCUSDT",
"notionalValue": "100000",
"totalNotionalValue": "200000"
},
{
"symbol": "BCHUSDT",
"notionalValue": "100000",
"totalNotionalValue": "200000"
}
]
}

Response Parameters

ParameterTypeDescription
> symbolStringProduct name
> notionalValueStringIndividual User Position Notional Value
> totalNotionalValueStringSub-account and Main-account Position Notional Value

How was your Reading Experience with us?