Sub-Account
Query Sub-account List (For Master Account)
Weight(IP): 1
get/sapi/v1/sub-account/list
Query parameters
emailstring
Sub-account email
isFreeze'true' | 'false'
pageinteger
Example:1
Default 1
limitinteger
Example:1
Default 1; max 200
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
List of sub-accounts
Example response
{
"subAccounts": [
{
"email": "testsub@gmail.com",
"createTime": 1544433328000
}
]
}