Sub-Account

Sub-account Futures Asset Transfer (For Master Account)

  • Master account can transfer max 2000 times a minute

Weight(IP): 1

post/sapi/v1/sub-account/futures/internalTransfer

Query parameters

fromEmailstring required

Sender email

toEmailstring required

Recipient email

futuresTypeinteger required
Example:2

1:USDT-margined Futures,2: Coin-margined Futures

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

Futures Asset Transfer Info

successboolean required
txnIdstring required

Example response

{
  "txnId": "2934662589"
}

Changes

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

  • a484ce871a7237See the full diff
    • for the query request parameter futuresType, the format changed from no format to int32

      request-parameter-type-changed

    • 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

    • the response property became required for the status

      response-property-became-required