Binance Connector JS
    Preparing search index...

    CapitalApi - object-oriented interface CapitalApi

    Implements

    Index

    Constructors

    Methods

    • Submit a withdraw request.

      If network not send, return with default network of the coin. You can get network and isDefault in networkList of a coin in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256). To check if travel rule is required, by using GET /sapi/v1/localentity/questionnaire-requirements and if it returns anything other than NIL you will need update SAPI to POST /sapi/v1/localentity/withdraw/apply else you can continue POST /sapi/v1/capital/withdraw/apply. Please note that if you are required to comply to travel rule please refer to the Travel Rule SAPI.

      Weight: 900

      Parameters

      Returns Promise<RestApiResponse<WithdrawResponse>>

      CapitalApi