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
    }
  ]
}

Changes

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

    • added the required property subAccounts/items/isAssetManagementSubAccount to the response with the 200 status

      response-required-property-added

    • added the required property subAccounts/items/isManagedSubAccount to the response with the 200 status

      response-required-property-added

  • a484ce871a7248See the full diff
    • for the query request parameter limit, the type/format was changed from integer/ to integer/int32

      request-parameter-type-changed

    • for the query request parameter page, the type/format was changed from integer/ to integer/int32

      request-parameter-type-changed

    • for the query request parameter recvWindow, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the response property code became required for the status 400

      response-property-became-required

    • the response property code became required for the status 401

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 401

      response-property-became-required

    • the response property subAccounts became required for the status 200

      response-property-became-required

    • the response property subAccounts/items/createTime became required for the status 200

      response-property-became-required

    • the response property subAccounts/items/email became required for the status 200

      response-property-became-required

    • the response property subAccounts/items/isFreeze became required for the status 200

      response-property-became-required