Skip to main content

Get All Positions

Rate limit: 5 requests/sec/UID

Description

Returns information about all current positions with the given productType

HTTP Request

  • GET /api/v2/mix/position/all-position
Request Example
curl "https://api.bitget.com/api/v2/mix/position/all-position?productType=USDT-FUTURES&marginCoin=USDT" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
productTypeStringYesProduct type
USDT-FUTURES USDT-M Futures
COIN-FUTURES Coin-M Futures
USDC-FUTURES USDC-M Futures
marginCoinStringNoMargin coin, capitalized. e.g. USDT
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1767685381615,
"data": [
{
"marginCoin": "USDT",
"symbol": "BTCUSDT",
"holdSide": "short",
"openDelegateSize": "0",
"marginSize": "103.1894785714285715",
"available": "0.0155",
"locked": "0",
"total": "0.0155",
"leverage": "14",
"achievedProfits": "8.605233333333333",
"openPriceAvg": "88505.233333333333",
"marginMode": "crossed",
"posMode": "hedge_mode",
"unrealizedPL": "-72.8215833333333385",
"liquidationPrice": "5737867.8639926850760812",
"keepMarginRate": "0.004",
"markPrice": "93203.4",
"marginRatio": "0.0028541392311979",
"breakEvenPrice": "85283.0669339944416898",
"totalFee": "-56.8315381906",
"deductedFee": "0.92414181",
"grant": "",
"assetMode": "union",
"autoMargin": "off",
"takeProfit": "",
"stopLoss": "",
"takeProfitId": "",
"stopLossId": "",
"cTime": "1766103799183",
"uTime": "1767682800537"
}
]
}

Response Parameters

ParameterTypeDescription
>symbolStringTrading pair name
>marginCoinStringMargin coin
>holdSideStringPosition direction
long: long position
short: short position
>openDelegateSizeStringAmount to be filled of the current order (base coin)
>marginSizeStringMargin amount (margin coin)
>availableStringAvailable amount for positions (base currency)
>lockedStringFrozen amount in the position (base currency)
>totalStringTotal amount of all positions (available amount + locked amount)
>leverageStringLeverage
>achievedProfitsStringRealized PnL(exclude the funding fee and transaction fee)
>openPriceAvgStringAverage entry price
>marginModeStringMargin mode
isolated: isolated margin
crossed: cross margin
>posModeStringPosition mode
one_way_mode positions in one-way mode
hedge_mode positions in hedge-mode
>unrealizedPLStringUnrealized PnL
>liquidationPriceStringEstimated liquidation price
If the value <= 0, it means the position is at low risk and there is no liquidation price at this time
>keepMarginRateStringTiered maintenance margin rate
>markPriceStringMark price
>marginRatioStringMaintenance margin rate (MMR), 0.1 represents 10%
>breakEvenPriceStringPosition breakeven price
>totalFeeStringFunding fee, the accumulated value of funding fee during the position,The initial value is empty, indicating that no funding fee has been charged yet.
>takeProfitStringTake profit price
>stopLossStringStop loss price
>takeProfitIdStringTake profit order ID
>stopLossIdStringStop loss order ID
>deductedFeeStringDeducted transaction fees: transaction fees deducted during the position
>cTimeStringCreation time, timestamp, milliseconds
The set is in descending order from the latest time.
>assetModeStringsingle : single asset mode
union multi-Assets mode
>uTimeStringLast updated time, timestamp, milliseconds
>grantStringFutures Airdrop Voucher Amount

How was your Reading Experience with us?