v26

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

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

Weight(IP): 10

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

Query parameters

emailstring required

Sub-account email

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Futures account summary

entryPricestring required
leveragestring required

current initial leverage

maxNotionalstring required

notional value limit of current initial leverage

liquidationPricestring required
markPricestring required
positionAmountstring required
symbolstring required
unrealizedProfitstring required

Example response

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