Sub-Account

Sub-account Spot Assets Summary (For Master Account)

Get BTC valued asset summary of subaccounts.

Weight(IP): 1

get/sapi/v1/sub-account/spotSummary

Query parameters

emailstring

Sub-account email

pageinteger
Example:1

Default 1

sizeinteger

Default:10 Max:20

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Summary of Sub-account Spot Assets

totalCountinteger required
masterAccountTotalAssetstring required

Example response

{
  "totalCount": 1,
  "masterAccountTotalAsset": "0.23231201",
  "spotSubUserAssetBtcVoList": [
    {
      "email": "sub123@test.com",
      "totalAsset": "9999.00000000"
    }
  ]
}

Changes

Changed in 2 of the 26 revisions of this API.410

    • the query request parameter email became optional

      request-parameter-became-optional

  • a484ce871a7249See the full diff
    • for the query request parameter page, the format changed from no format to int32

      request-parameter-type-changed

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

      request-parameter-type-changed

    • for the query request parameter size, the format changed from no format to int32

      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