Query Sub-account List (For Master Account)
Weight(IP): 1
Query parameters
Sub-account email
Default 1
Default 1; max 200
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
List of sub-accounts
Example response
{
"subAccounts": [
{
"email": "testsub@gmail.com",
"createTime": 1544433328000
}
]
}Changes
Changed in 2 of the 26 revisions of this API.410
- ○
added the required property
subAccounts/items/isAssetManagementSubAccountto the response with the200statusresponse-required-property-added
- ○
added the required property
subAccounts/items/isManagedSubAccountto the response with the200statusresponse-required-property-added
- ○
- ▲
for the
queryrequest parameterlimit, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterpage, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
subAccountsbecame required for the status200response-property-became-required
- ○
the response property
subAccounts/items/createTimebecame required for the status200response-property-became-required
- ○
the response property
subAccounts/items/emailbecame required for the status200response-property-became-required
- ○
the response property
subAccounts/items/isFreezebecame required for the status200response-property-became-required
- ▲