Sub-Account

Sub-account's Status on Margin/Futures (For Master Account)

  • If no email sent, all sub-accounts' information will be returned.

Weight(IP): 10

get/sapi/v1/sub-account/status

Query parameters

emailstring

Sub-account email

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Status on Margin/Futures

emailstring required
isSubUserEnabledboolean required
isUserActiveboolean required
insertTimeinteger required

sub account create time

isMarginEnabledboolean required
isFutureEnabledboolean required
mobileinteger required

user mobile number

Example response

[
  {
    "email": "123@test.com",
    "insertTime": 1570791523523,
    "mobile": 1570791523523
  }
]

Changes

Changed in 1 of the 26 revisions of this API.211

  • a484ce871a72211See the full diff
    • 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 items/email became required for the status 200

      response-property-became-required

    • the response property items/insertTime became required for the status 200

      response-property-became-required

    • the response property items/isFutureEnabled became required for the status 200

      response-property-became-required

    • the response property items/isMarginEnabled became required for the status 200

      response-property-became-required

    • the response property items/isSubUserEnabled became required for the status 200

      response-property-became-required

    • the response property items/isUserActive became required for the status 200

      response-property-became-required

    • the response property items/mobile became required for the status 200

      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