Binance Connector JS
    Preparing search index...

    Function httpRequestFunction

    • Performs an HTTP request using the provided Axios instance and configuration.

      This function handles retries, rate limit handling, and error handling for the HTTP request.

      Type Parameters

      • T

      Parameters

      Returns Promise<RestApiResponse<T>>

      A Promise that resolves to the API response, including the data and rate limit headers.