Binance Connector JS
    Preparing search index...

    Request parameters for getDualInvestmentPositions operation in TradeApi. GetDualInvestmentPositionsRequest

    interface GetDualInvestmentPositionsRequest {
        pageIndex?: number;
        pageSize?: number;
        recvWindow?: number;
        status?: string;
    }
    Index

    Properties

    pageIndex?: number

    Default: 1

    TradeApiGetDualInvestmentPositions

    pageSize?: number

    Default: 10, Maximum: 100

    TradeApiGetDualInvestmentPositions

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiGetDualInvestmentPositions

    status?: string

    PENDING:Products are purchasing, will give results later;PURCHASE_SUCCESS:purchase successfully;SETTLED: Products are finish settling;PURCHASE_FAIL:fail to purchase;REFUNDING:refund ongoing;REFUND_SUCCESS:refund to spot account successfully; SETTLING:Products are settling. If don't fill this field, will response all the position status.

    TradeApiGetDualInvestmentPositions