Binance Connector JS
    Preparing search index...

    TravelRuleApi - object-oriented interface TravelRuleApi

    Implements

    Index

    Constructors

    Methods

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

      This endpoint specifically uses per second IP rate limit, user's total second level IP rate network may not be in the response for old withdraw. Please notice the default startTime and endTime to make sure that time interval is within If both startTime and endTimeare sent, time between startTimeand endTimemust be less

      Weight: 18000 Request limit: 10 requests per second

      • This endpoint specifically uses per second IP rate limit, user's total second level IP rate limit is 180000/second. Response from the endpoint contains header key X-SAPI-USED-IP-WEIGHT-1S, which defines weight used by the current IP.

      Parameters

      Returns Promise<RestApiResponse<WithdrawHistoryV1Response>>

      TravelRuleApi

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

      This endpoint specifically uses per second IP rate limit, user's total second level IP rate 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 If both startTime and endTimeare sent, time between startTimeand endTimemust be less 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.

      Weight: 18000 Request limit: 10 requests per second

      • This endpoint specifically uses per second IP rate limit, user's total second level IP rate limit is 180000/second. Response from the endpoint contains header key X-SAPI-USED-IP-WEIGHT-1S, which defines weight used by the current IP.

      Parameters

      Returns Promise<RestApiResponse<WithdrawHistoryV2Response>>

      TravelRuleApi