v26

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

Summary of Sub-account's Futures Account V2 (For Master Account)

Weight(IP): 10

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

Query parameters

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

Default 1

limitinteger

Default 10, Max 20

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 Summary

OR

Example response

{
  "futureAccountSummaryResp": {
    "totalInitialMargin": "9.83137400",
    "totalMaintenanceMargin": "0.41568700",
    "totalMarginBalance": "23.03235621",
    "totalOpenOrderInitialMargin": "9.00000000",
    "totalPositionInitialMargin": "0.83137400",
    "totalUnrealizedProfit": "0.03219710",
    "totalWalletBalance": "22.15879444",
    "asset": "USD",
    "subAccountList": [
      {
        "email": "123@test.com",
        "totalInitialMargin": "9.00000000",
        "totalMaintenanceMargin": "0.00000000",
        "totalMarginBalance": "22.12659734",
        "totalOpenOrderInitialMargin": "9.00000000",
        "totalPositionInitialMargin": "0.00000000",
        "totalUnrealizedProfit": "0.00000000",
        "totalWalletBalance": "22.12659734",
        "asset": "USD"
      }
    ]
  }
}