v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
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"
    }
  ]
}