Binance Connector JS
    Preparing search index...

    AssetManagementApi - object-oriented interface AssetManagementApi

    Implements

    Index

    Constructors

    Methods

    • Universal Transfer

      Weight(IP): 1

      Weight(UID): 360

      Security Type: USER_DATA

      Notes:

      • You need to enable the internal transfer option for the API key used to call this endpoint.
      • If fromEmail is not sent, transfer out from the master account by default.
      • If toEmail is not sent, transfer into the master account by default.
      • When fromAccountType and toAccountType are the same, at least one of fromEmail or toEmail must be sent.
      • Supported transfer scenarios:
      • SPOT -> SPOT / USDT_FUTURE / COIN_FUTURE (master or sub-account).
      • SPOT / USDT_FUTURE / COIN_FUTURE -> SPOT (master or sub-account).
      • Master account SPOT -> sub-account MARGIN(Cross) / ISOLATED_MARGIN.
      • Sub-account MARGIN(Cross) / ISOLATED_MARGIN -> master account SPOT.
      • Sub-account MARGIN(Cross) -> sub-account MARGIN(Cross).
      • ALPHA -> ALPHA (master or sub-account).

      Parameters

      Returns Promise<RestApiResponse<UniversalTransferResponse>>

      AssetManagementApi