Binance Connector JS
    Preparing search index...

    TravelRuleApi - object-oriented interface TravelRuleApi

    Implements

    Index

    Constructors

    Methods

    • Submit a withdrawal request for brokers of local entities that required travel rule.

      Weight(UID): 600

      Security Type: USER_DATA

      Notes:

      • If network not send, return with default network of the coin, but if the address could not match default network, the withdraw will be rejected.
      • You can get network in networkList of a coin in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256).
      • Questionnaire is different for each local entity, please refer to the Withdraw Questionnaire Contents page.
      • If getting error like Questionnaire format not valid. or Questionnaire must not be blank, please try to verify the format of the questionnaire and use URL-encoded format.

      Parameters

      Returns Promise<RestApiResponse<BrokerWithdrawResponse>>

      TravelRuleApi

    • Fetch withdraw history for local entities that required travel rule.

      Weight(IP): 1

      Security Type: USER_DATA

      Notes:

      • network may not be in the response for old withdraw.
      • Withdrawal made through /sapi/v1/capital/withdraw/apply may not be in the response.
      • Please notice the default startTime and endTime to make sure that time interval is within 0-90 days.
      • If both startTime and endTimeare sent, time between startTimeand endTimemust be less than 90 days.
      • If withdrawOrderId is sent, time between startTime and endTime must be less than 7 days.
      • If withdrawOrderId is sent, startTime and endTime are not sent, will return last 7 days records by default.
      • Maximum support trId,txId number is 45.
      • WithdrawOrderId only support 1.
      • If responsible does not include withdrawalStatus, please input trId or txId retrieve the data.

      Parameters

      Returns Promise<RestApiResponse<WithdrawHistoryV2Response>>

      TravelRuleApi