---
title: "Futures Position-Risk of Sub-account V2 (For Master Account)"
method: GET
path: "/sapi/v2/sub-account/futures/positionRisk"
tags: ["Sub-Account"]
---

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

`GET /sapi/v2/sub-account/futures/positionRisk`

Weight(IP): 1

## Query parameters

- `email` string, required
- `futuresType` integer, required
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

USDT or COIN Margined Futures Position Risk

- union
  - SubAccountUSDTFuturesPositionRisk
    - `futurePositionRiskVos` object[], required
      - `entryPrice` string, required
      - `leverage` string, required — current initial leverage
      - `maxNotional` string, required — notional value limit of current initial leverage
      - `liquidationPrice` string, required
      - `markPrice` string, required
      - `positionAmount` string, required
      - `symbol` string, required
      - `unrealizedProfit` string, required
  - SubAccountCOINFuturesPositionRisk
    - `deliveryPositionRiskVos` object[], required
      - `entryPrice` string, required
      - `markPrice` string, required
      - `leverage` string, required
      - `isolated` string, required
      - `isolatedWallet` string, required
      - `isolatedMargin` string, required
      - `isAutoAddMargin` string, required
      - `positionSide` string, required
      - `positionAmount` string, required
      - `symbol` string, required
      - `unrealizedProfit` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2023-09-19** `558ab69ec555` — 2 breaking
  - removed the enum value `1.00` from the `query` request parameter `futuresType`
  - removed the enum value `2.00` from the `query` request parameter `futuresType`
- **2021-10-25** `a484ce871a72` — 3 breaking, 25 info
  - for the `query` request parameter `futuresType`, the format changed from no format to `int32`
  - for the `query` request parameter `recvWindow`, the format changed from no format to `int64`
  - for the `query` request parameter `timestamp`, the format changed from no format to `int64`
  - the response property `code` became required for the status `400`
  - …24 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v2/sub-account/futures/positionRisk/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
