Binance Connector JS
    Preparing search index...

    AccountApi - object-oriented interface AccountApi

    Implements

    Index

    Constructors

    Methods

    • Check an order's status.

      Weight(IP): 4

      Security Type: USER_DATA

      Notes: Data Source:* Memory => Database

      • Either orderId or origClientOrderId must be sent.
      • If both orderId and origClientOrderId are provided, the orderId is searched first, then the origClientOrderId from that result is checked against that order. If both conditions are not met the request will be rejected.
      • For some historical orders cummulativeQuoteQty will be < 0, meaning the data is not available at this time.

      Parameters

      Returns Promise<RestApiResponse<GetOrderResponse>>

      AccountApi