v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Sub-Account

Futures Position-Risk of Sub-account V2 (For Master Account)

Weight(IP): 1

get/sapi/v2/sub-account/futures/positionRisk

Query parameters

emailstring required

Sub-account email

futuresTypeinteger required
Example:1
  • 1 - USDT Margined Futures
  • 2 - COIN Margined Futures
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

USDT or COIN Margined Futures Position Risk

OR

Example response

{
  "futurePositionRiskVos": [
    {
      "entryPrice": "9975.12000",
      "leverage": "50",
      "maxNotional": "1000000",
      "liquidationPrice": "7963.54",
      "markPrice": "9973.50770517",
      "positionAmount": "0.010",
      "symbol": "BTCUSDT",
      "unrealizedProfit": "-0.01612295"
    }
  ]
}