Sub-Account

Deposit assets into the managed sub-account(For Investor Master Account)

Weight(IP): 1

post/sapi/v1/managed-subaccount/deposit

Query parameters

toEmailstring required

Recipient email

assetstring required
Example:BTC
amountnumber double required
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Transfer id

tranIdinteger required

Example response

{
  "tranId": 66157362489
}

Changes

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

  • a484ce871a7226See the full diff
    • for the query request parameter recvWindow, the format changed from no format to int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the format changed from no format to int64

      request-parameter-type-changed

    • for the query request parameter amount, the format was generalized from float to double

      request-parameter-type-generalized

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required