Sub-account Spot Assets Summary (For Master Account)
Get BTC valued asset summary of subaccounts.
Weight(IP): 1
Query parameters
Sub-account email
Default 1
Default:10 Max:20
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Summary of Sub-account Spot Assets
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
queryrequest parameteremailbecame optionalrequest-parameter-became-optional
- ○
- ▲
for the
queryrequest parameterpage, the format changed from no format toint32request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the format changed from no format toint64request-parameter-type-changed
- ▲
for the
queryrequest parametersize, the format changed from no format toint32request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the format changed from no format toint64request-parameter-type-changed
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ▲