Sub-Account

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

Weight(IP): 10

get/sapi/v1/sub-account/margin/accountSummary

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Margin sub-account details

totalAssetOfBtcstring required
totalLiabilityOfBtcstring required
totalNetAssetOfBtcstring required

Example response

{
  "totalAssetOfBtc": "4.33333333",
  "totalLiabilityOfBtc": "2.11111112",
  "totalNetAssetOfBtc": "2.22222221",
  "subAccountList": [
    {
      "email": "123@test.com",
      "totalAssetOfBtc": "2.11111111",
      "totalLiabilityOfBtc": "1.11111111",
      "totalNetAssetOfBtc": "1.00000000"
    }
  ]
}

Changes

Changed in 1 of the 26 revisions of this API.212

  • a484ce871a72212See the full diff
    • for the query request parameter recvWindow, the format changed from no format to int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the format changed from no format to int64

      request-parameter-type-changed

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property // became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required